JavaScript Switch
Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website
什麼是JavaScript Switch?
JavaScript Switch是由Manikandan R開發的Chrome擴展程式,該擴展的主要功能是“Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website”。
擴展截圖
下載JavaScript Switch擴展crx文件
下載JavaScript Switch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | JavaScript Switch |
ID | fopnmaooogcdcnofegdbcgfbgpkhgoae |
官方網址 | https://chromewebstore.google.com/detail/javascript-switch/fopnmaooogcdcnofegdbcgfbgpkhgoae |
簡介 | Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website |
檔案大小 | 107 KB |
安裝次數 | 372 |
目前版本 | 1.0.2 |
更新時間 | 2023-05-09 |
上架時間 | 2021-07-05 |
開發者 | Manikandan R |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mkdr390.github.io/javascript-switch/ |
支援的語言 | 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" } } |