Simple JavaScript/Cookie Disabler
Simply disable JavaScript and Cookies / Storage.
What is Simple JavaScript/Cookie Disabler?
Simple JavaScript/Cookie Disabler is a Chrome extension developed by http://datapip.de, and its main feature is "Simply disable JavaScript and Cookies / Storage.".
Extension Screenshots
Download Simple JavaScript/Cookie Disabler Extension CRX File
Download Simple JavaScript/Cookie Disabler 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
*This extension has no hidden agenda. It does not collect or send any data. It does not communicate to external servers. It simply activtes or deactivates JavaScript and/or Storage (Cookies).* This simple plugin lets you easily disable or enable javascript and storage (cookies and local storage) for your browser. It's simple, clean and without any hidden functionality (no tracking or data collection of any kind).
Extension Basic Information
Name | |
ID | dcbbbdngooopbjbbckfdoaaadaokhglb |
Official URL | https://chrome.google.com/webstore/detail/simple-javascriptcookie-d/dcbbbdngooopbjbbckfdoaaadaokhglb |
Description | Simply disable JavaScript and Cookies / Storage. |
File Size | 6.33 KB |
Installation Count | 51 |
Current Version | 1.2 |
Last Updated | 2021-01-24 |
Publish Date | 2020-06-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://datapip.de |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple JavaScript\/Cookie Disabler", "short_name": "JS\/Cookie Disabler", "version": "1.2", "description": "Simply disable JavaScript and Cookies \/ Storage.", "manifest_version": 2, "browser_action": { "default_icon": { "128": "icon.png" }, "default_popup": "extension.html" }, "icons": { "128": "icon.png" }, "permissions": [ "contentSettings" ] } |