JavaScript Switch
Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website
Cos'è JavaScript Switch?
JavaScript Switch è un'estensione di Chrome sviluppata da Manikandan R, e la sua funzione principale è "Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JavaScript Switch
Scarica i file di estensione JavaScript Switch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | JavaScript Switch |
ID | fopnmaooogcdcnofegdbcgfbgpkhgoae |
URL Ufficiale | https://chromewebstore.google.com/detail/javascript-switch/fopnmaooogcdcnofegdbcgfbgpkhgoae |
Descrizione | Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website |
Dimensione del File | 107 KB |
Conteggio Installazioni | 372 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2023-05-09 |
Data di Pubblicazione | 2021-07-05 |
Sviluppatore | Manikandan R |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mkdr390.github.io/javascript-switch/ |
Lingue Supportate | 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" } } |