Nuke Your Tracks
Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace
Cos'è Nuke Your Tracks?
Nuke Your Tracks è un'estensione di Chrome sviluppata da dwbfox, e la sua funzione principale è "Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nuke Your Tracks
Scarica i file di estensione Nuke Your Tracks 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
Selectively delete your history, cookies, browsing data, and more with one click of a button. Nuke Your Tracks helps you cover your tracks and browse in peace. Informazioni di Base sull'Estensione
| Nome | |
| ID | ikokpidinegfhekkeggcipdgedjcmhbn |
| URL Ufficiale | https://chromewebstore.google.com/detail/nuke-your-tracks/ikokpidinegfhekkeggcipdgedjcmhbn |
| Descrizione | Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace |
| Dimensione del File | 2.54 MB |
| Conteggio Installazioni | 150 |
| Versione Corrente | 1.4.5 |
| Ultimo Aggiornamento | 2014-03-17 |
| Data di Pubblicazione | 2014-03-16 |
| Valutazione | 4.50/5 Totale 6 Valutazioni |
| Sviluppatore | dwbfox |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/dwbfox/Nuke-Your-Tracks |
| URL della Pagina di Aiuto | https://github.com/dwbfox/Nuke-Your-Tracks/issues |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "img\/icon48.png",
"default_title": "Nuke Your Tracks"
},
"description": "Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace",
"icons": {
"128": "img\/icon128.png",
"16": "img\/icon16.png",
"48": "img\/icon48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "22",
"name": "Nuke Your Tracks",
"options_page": "options.html",
"permissions": [
"notifications",
"browsingData",
"storage"
],
"version": "1.4.5"
} | |