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
Hvad er Nuke Your Tracks?
Nuke Your Tracks er en Chrome-udvidelse udviklet af dwbfox, og dens hovedfunktion er "Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace".
Udvidelsesskærmbilleder
Download Nuke Your Tracks-udvidelses-CRX-fil
Download Nuke Your Tracks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | ikokpidinegfhekkeggcipdgedjcmhbn |
| Officiel URL | https://chromewebstore.google.com/detail/nuke-your-tracks/ikokpidinegfhekkeggcipdgedjcmhbn |
| Beskrivelse | Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace |
| Filstørrelse | 2.54 MB |
| Antal Installationer | 150 |
| Nuværende Version | 1.4.5 |
| Senest Opdateret | 2014-03-17 |
| Udgivelsesdato | 2014-03-16 |
| Bedømmelse | 4.50/5 Samlet 6 Bedømmelser |
| Udvikler | dwbfox |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/dwbfox/Nuke-Your-Tracks |
| Hjælpeside-URL | https://github.com/dwbfox/Nuke-Your-Tracks/issues |
| Understøttede Sprog | 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"
} | |