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
Vad är Nuke Your Tracks?
Nuke Your Tracks är en Chrome-tillägg utvecklad av dwbfox, och dess huvudfunktion är "Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace".
Tilläggsskärmbilder
Ladda ner Nuke Your Tracks-förlängningens CRX-fil
Ladda ner Nuke Your Tracks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ikokpidinegfhekkeggcipdgedjcmhbn |
| Officiell webbadress | https://chromewebstore.google.com/detail/nuke-your-tracks/ikokpidinegfhekkeggcipdgedjcmhbn |
| Beskrivning | Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace |
| Filstorlek | 2.54 MB |
| Antal Installationer | 150 |
| Aktuell Version | 1.4.5 |
| Senast Uppdaterad | 2014-03-17 |
| Publiceringsdatum | 2014-03-16 |
| Betyg | 4.50/5 Totalt 6 Betyg |
| Utvecklare | dwbfox |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/dwbfox/Nuke-Your-Tracks |
| Hjälpsida URL | https://github.com/dwbfox/Nuke-Your-Tracks/issues |
| Stödda Språk | 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"
} | |