Simple JavaScript/Cookie Disabler
Simply disable JavaScript and Cookies / Storage.
Wat is Simple JavaScript/Cookie Disabler?
Simple JavaScript/Cookie Disabler is een Chrome-extensie ontwikkeld door http://datapip.de, en de belangrijkste functie is "Simply disable JavaScript and Cookies / Storage.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple JavaScript/Cookie Disabler
Download Simple JavaScript/Cookie Disabler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
*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).
Basisinformatie over de Extensie
Naam | |
ID | dcbbbdngooopbjbbckfdoaaadaokhglb |
Officiële URL | https://chrome.google.com/webstore/detail/simple-javascriptcookie-d/dcbbbdngooopbjbbckfdoaaadaokhglb |
Beschrijving | Simply disable JavaScript and Cookies / Storage. |
Bestandsgrootte | 6.33 KB |
Aantal Installaties | 51 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2021-01-24 |
Publicatiedatum | 2020-06-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://datapip.de |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |