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
Wat is Nuke Your Tracks?
Nuke Your Tracks is een Chrome-extensie ontwikkeld door dwbfox, en de belangrijkste functie is "Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace".
Extensie Screenshots
Download het CRX-bestand van de extensie Nuke Your Tracks
Download Nuke Your Tracks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ikokpidinegfhekkeggcipdgedjcmhbn |
| Officiële URL | https://chromewebstore.google.com/detail/nuke-your-tracks/ikokpidinegfhekkeggcipdgedjcmhbn |
| Beschrijving | Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace |
| Bestandsgrootte | 2.54 MB |
| Aantal Installaties | 150 |
| Huidige Versie | 1.4.5 |
| Laatst Bijgewerkt | 2014-03-17 |
| Publicatiedatum | 2014-03-16 |
| Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | dwbfox |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/dwbfox/Nuke-Your-Tracks |
| Help Pagina-URL | https://github.com/dwbfox/Nuke-Your-Tracks/issues |
| Ondersteunde Talen | 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"
} | |