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
What is Nuke Your Tracks?
Nuke Your Tracks is a Chrome extension developed by dwbfox, and its main feature is "Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace".
Extension Screenshots
Download Nuke Your Tracks Extension CRX File
Download Nuke Your Tracks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Nuke Your Tracks |
ID | ikokpidinegfhekkeggcipdgedjcmhbn |
Official URL | https://chromewebstore.google.com/detail/nuke-your-tracks/ikokpidinegfhekkeggcipdgedjcmhbn |
Description | Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace |
File Size | 2.54 MB |
Installation Count | 150 |
Current Version | 1.4.5 |
Last Updated | 2014-03-17 |
Publish Date | 2014-03-16 |
Rating | 4.50/5 Total 6 Ratings |
Developer | dwbfox |
Payment Type | free |
Extension Website | https://github.com/dwbfox/Nuke-Your-Tracks |
Help Page URL | https://github.com/dwbfox/Nuke-Your-Tracks/issues |
Supported Languages | 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" } |