{ }

API Schema Mapper

Privacy Policy · Gizlilik Politikası
Last updated / Son güncelleme: 3 September 2026

This extension reads network traffic to build API documentation. Nothing it reads ever leaves your browser — there is no server, no analytics, no account. Bu uzantı API dokümantasyonu üretmek için ağ trafiğini okur; okuduğu hiçbir şey tarayıcının dışına çıkmaz.

At a glance / Özet
READS Fetch/XHR request & response bodies on pages you actively browse, to infer a JSON schema. / Gezdiğin sayfalardaki fetch/XHR gövdelerini, şema çıkarmak için okur.
NEVER Sends anything to a server. All storage is local: chrome.storage.session (cleared on browser close) and chrome.storage.local (one language setting). / Hiçbir şeyi bir sunucuya göndermez — tüm depolama yereldir.
NEVER Reads the value of Authorization / Cookie headers — only which header was used, and whether a token looks JWT-shaped. / Auth header'larının değerini asla okumaz, sadece hangisinin kullanıldığını.
NEVER Keeps example values for fields named password, token, secret, ssn, credit_card and similar — stripped automatically. / Bu isimdeki alanların örnek değerleri otomatik silinir.
NEVER Uses analytics, trackers, or third-party services of any kind. / Hiçbir analytics veya üçüncü taraf servis kullanmaz.
Türkçe

Gizlilik Politikası

Ne okunur

API Schema Mapper, kullanıcının aktif olarak ziyaret ettiği sayfalarda tetiklenen fetch/XMLHttpRequest çağrılarını pasif olarak gözlemler: istek/yanıt gövdesinin şekli, kullanılan HTTP metodu, hangi header'ların/çerezlerin (sadece adı, değeri değil) kullanıldığı. Statik endpoint keşfi için, sayfanın kendi script dosyalarını (credentials: "omit" ile, çerezsiz) okur.

Nerede saklanır

Yakalanan veri chrome.storage.session'da tutulur — tarayıcı kapanınca tamamen silinir, senkronize edilmez. Dil tercihi chrome.storage.local'da kalır. İkisi de yalnızca kullanıcının kendi cihazında bulunur.

Ne asla toplanmaz

Paylaşım

Hiçbir veri satılmaz, üçüncü taraflarla paylaşılmaz veya reklam/analitik amacıyla kullanılmaz. Extension'ın hiçbir ağ isteği yoktur — istisnası, statik JS taraması için sayfanın kendi script dosyalarını okuyan yerel fetch'tir; bunun sonucu da yalnızca kullanıcının kendi popup'ında kalır.

İletişim

Sorular için: hamitcibo4@gmail.com

English

Privacy Policy

What is read

API Schema Mapper passively observes fetch/ XMLHttpRequest calls made by pages the user actively visits: the shape of request/response bodies, the HTTP method used, and which headers/cookies were used (name only, never the value). For static endpoint discovery, it reads the page's own script files (with credentials: "omit", no cookies attached).

Where it's stored

Captured data lives in chrome.storage.session — wiped entirely when the browser closes, never synced. The language preference lives in chrome.storage.local. Both stay on the user's own device only.

What is never collected

Sharing

No data is sold, shared with third parties, or used for advertising or analytics. The extension makes no network requests of its own, except a local fetch of the page's own script files for static JS scanning — the result of which stays in the user's own popup.

Contact

Questions: hamitcibo4@gmail.com