JavaScript Switch
Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website
Hvad er JavaScript Switch?
JavaScript Switch er en Chrome-udvidelse udviklet af Manikandan R, og dens hovedfunktion er "Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website".
Udvidelsesskærmbilleder
Download JavaScript Switch-udvidelses-CRX-fil
Download JavaScript Switch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | JavaScript Switch |
ID | fopnmaooogcdcnofegdbcgfbgpkhgoae |
Officiel URL | https://chromewebstore.google.com/detail/javascript-switch/fopnmaooogcdcnofegdbcgfbgpkhgoae |
Beskrivelse | Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website |
Filstørrelse | 107 KB |
Antal Installationer | 372 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2023-05-09 |
Udgivelsesdato | 2021-07-05 |
Udvikler | Manikandan R |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://mkdr390.github.io/javascript-switch/ |
Understøttede Sprog | 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" } } |