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
Was ist Nuke Your Tracks?
Nuke Your Tracks ist eine Chrome-Erweiterung, die von dwbfox entwickelt wurde, und ihr Hauptmerkmal ist "Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace".
Erweiterungsscreenshots
Nuke Your Tracks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Nuke Your Tracks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ikokpidinegfhekkeggcipdgedjcmhbn |
| Offizielle URL | https://chromewebstore.google.com/detail/nuke-your-tracks/ikokpidinegfhekkeggcipdgedjcmhbn |
| Beschreibung | Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace |
| Dateigröße | 2.54 MB |
| Installationsanzahl | 150 |
| Aktuelle Version | 1.4.5 |
| Letztes Update | 2014-03-17 |
| Veröffentlichungsdatum | 2014-03-16 |
| Bewertung | 4.50/5 Insgesamt 6 Bewertungen |
| Entwickler | dwbfox |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/dwbfox/Nuke-Your-Tracks |
| Hilfeseite URL | https://github.com/dwbfox/Nuke-Your-Tracks/issues |
| Unterstützte Sprachen | 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"
} | |