JavaScript Switch
Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website
Qu'est-ce que JavaScript Switch ?
JavaScript Switch est une extension Chrome développée par Manikandan R, et sa fonction principale est "Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JavaScript Switch
Téléchargez les fichiers d'extension JavaScript Switch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Developers and Users can switch JavaScript ON/OFF instantly, to block vulnerable JavaScript programs and to test accessibility of the website. 🌄 World without JavaScript ________________________ When you switch off the JavaScript for a website, you will enter into a new world with - No ads - No endless scrolling - No Pop up - No Cookies - No Local Storage It means no data storing and sharing with advertisers and third party vulnerable programs. Enter into this new world of websites with JavaScript Switch.
Informations de Base sur l'Extension
Nom | JavaScript Switch |
ID | fopnmaooogcdcnofegdbcgfbgpkhgoae |
URL Officiel | https://chromewebstore.google.com/detail/javascript-switch/fopnmaooogcdcnofegdbcgfbgpkhgoae |
Description | Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website |
Taille du Fichier | 107 KB |
Nombre d'Installations | 372 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-05-09 |
Date de Publication | 2021-07-05 |
Développeur | Manikandan R |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mkdr390.github.io/javascript-switch/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JavaScript Switch", "version": "1.0.2", "description": "Developers and users can switch JavaScript ON\/OFF to block vulnerable JavaScript programs and test accessibility of the website", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "minimum_chrome_version": "88", "homepage_url": "https:\/\/mkdr390.github.io\/javascript-switch", "permissions": [ "tabs", "contentSettings" ], "background": { "service_worker": "js\/main.js" }, "action": { "default_icon": "icons\/icon-enabled.png" } } |