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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Manikandan R และคุณลักษณะหลักของมันคือ "Developers and users can switch JavaScript ON/OFF to block vulnerable JavaScript programs and test accessibility of the website"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JavaScript Switch

ดาวน์โหลดไฟล์ส่วนขยาย 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 JavaScript Switch
ID fopnmaooogcdcnofegdbcgfbgpkhgoae
URL อย่างเป็นทางการ 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"
    }
}