Nuke Private Data
Ad-free! One-click toolbar button to delete super cookies, private browsing data, etc. Choose what to delete on first start.
What is Nuke Private Data?
Nuke Private Data is a Chrome extension developed by FoxyProxy, and its main feature is "Ad-free! One-click toolbar button to delete super cookies, private browsing data, etc. Choose what to delete on first start.".
Extension Screenshots
Download Nuke Private Data Extension CRX File
Download Nuke Private Data 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
Ad-free! One-click toolbar button to clear super cookies and all sorts of private browsing data. Choose what to delete: These are all various forms of storage that a website may use to identify you: cookies browser cache website file systems indexedDB data local storage plugin data data cached by service workers And these are not detectable by websites but are still private data: browsing history (off by default) download history (off by default) form autocomplete data (not recommended and off by default) saved passwords (not recommended and off by default) From your friends at getfoxyproxy.org !
Extension Basic Information
Name | Nuke Private Data |
ID | gkoljcoplahakfnegfggjejbpmghicpg |
Official URL | https://chromewebstore.google.com/detail/nuke-private-data/gkoljcoplahakfnegfggjejbpmghicpg |
Description | Ad-free! One-click toolbar button to delete super cookies, private browsing data, etc. Choose what to delete on first start. |
File Size | 19.21 KB |
Installation Count | 150 |
Current Version | 1.0 |
Last Updated | 2023-11-29 |
Publish Date | 2018-05-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | FoxyProxy |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://getfoxyproxy.org/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nuke Private Data", "short_name": "Nuke Private Data", "version": "1.0", "manifest_version": 2, "description": "Ad-free! One-click toolbar button to delete super cookies, private browsing data, etc. Choose what to delete on first start.", "icons": { "16": "images\/icons\/atomic-bomb-16.png", "32": "images\/icons\/atomic-bomb-32.png", "64": "images\/icons\/atomic-bomb-64.png", "96": "images\/icons\/atomic-bomb-96.png" }, "options_ui": { "page": "settings.html" }, "browser_action": { "default_icon": { "16": "images\/icons\/atomic-bomb-16.png", "32": "images\/icons\/atomic-bomb-32.png", "64": "images\/icons\/atomic-bomb-64.png", "96": "images\/icons\/atomic-bomb-96.png" }, "default_title": "Nuke Private Data", "default_popup": "popup.html" }, "permissions": [ "browsingData", "storage" ] } |