JavaScript Switch
Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website
JavaScript Switch là gì?
JavaScript Switch là một tiện ích mở rộng Chrome được phát triển bởi Manikandan R, và tính năng chính của nó là "Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng JavaScript Switch
Tải xuống các tệp mở rộng JavaScript Switch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JavaScript Switch |
ID | fopnmaooogcdcnofegdbcgfbgpkhgoae |
URL Chính Thức | https://chromewebstore.google.com/detail/javascript-switch/fopnmaooogcdcnofegdbcgfbgpkhgoae |
Mô tả | Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website |
Kích Thước Tệp | 107 KB |
Số Lần Cài Đặt | 372 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-05-09 |
Ngày Phát Hành | 2021-07-05 |
Nhà Phát Triển | Manikandan R |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mkdr390.github.io/javascript-switch/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |