Nuke Private Data
Ad-free! One-click toolbar button to delete super cookies, private browsing data, etc. Choose what to delete on first start.
Cos'è Nuke Private Data?
Nuke Private Data è un'estensione di Chrome sviluppata da FoxyProxy, e la sua funzione principale è "Ad-free! One-click toolbar button to delete super cookies, private browsing data, etc. Choose what to delete on first start.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nuke Private Data
Scarica i file di estensione Nuke Private Data in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Ad-free! One-click toolbar button to clear super cookies and all sorts of private browsing data. Choose what to delete: These are all various forms of storage that a website may use to identify you: cookies browser cache website file systems indexedDB data local storage plugin data data cached by service workers And these are not detectable by websites but are still private data: browsing history (off by default) download history (off by default) form autocomplete data (not recommended and off by default) saved passwords (not recommended and off by default) From your friends at getfoxyproxy.org !
Informazioni di Base sull'Estensione
Nome | Nuke Private Data |
ID | gkoljcoplahakfnegfggjejbpmghicpg |
URL Ufficiale | https://chromewebstore.google.com/detail/nuke-private-data/gkoljcoplahakfnegfggjejbpmghicpg |
Descrizione | Ad-free! One-click toolbar button to delete super cookies, private browsing data, etc. Choose what to delete on first start. |
Dimensione del File | 19.21 KB |
Conteggio Installazioni | 150 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-11-29 |
Data di Pubblicazione | 2018-05-19 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | FoxyProxy |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://getfoxyproxy.org/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nuke Private Data", "short_name": "Nuke Private Data", "version": "1.0", "manifest_version": 2, "description": "Ad-free! One-click toolbar button to delete super cookies, private browsing data, etc. Choose what to delete on first start.", "icons": { "16": "images\/icons\/atomic-bomb-16.png", "32": "images\/icons\/atomic-bomb-32.png", "64": "images\/icons\/atomic-bomb-64.png", "96": "images\/icons\/atomic-bomb-96.png" }, "options_ui": { "page": "settings.html" }, "browser_action": { "default_icon": { "16": "images\/icons\/atomic-bomb-16.png", "32": "images\/icons\/atomic-bomb-32.png", "64": "images\/icons\/atomic-bomb-64.png", "96": "images\/icons\/atomic-bomb-96.png" }, "default_title": "Nuke Private Data", "default_popup": "popup.html" }, "permissions": [ "browsingData", "storage" ] } |