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"입니다.

확장 프로그램 스크린샷

screenshot

JavaScript Switch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}