Easily Disable JavaScript

Easily Disable JavaScript by just one click (Whitelist & Blacklist feature)

Easily Disable JavaScript란 무엇입니까?

Easily Disable JavaScript은(는) https://flappybird.ee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily Disable JavaScript by just one click (Whitelist & Blacklist feature)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        An easy way to disable any website JavaScript
Use a single button to turn javascript on or off on the Google Chrome Tab you are in. You might want to turn off javascript to help debug a webpage/check your website code errors.

This is the quickest way to enable or disable Javascript

One thing you need is to install this extension and we will do the rest

Once you are on the website you wish to disable javascript, just click on the software extension. That's all
You can turn javascript back on for that webpage by clicking on the extension icon again.                    

확장 프로그램 기본 정보

이름 Easily Disable JavaScript Easily Disable JavaScript
ID phjcflcbbmcigekcmdfnphacifamhlja
공식 URL https://chromewebstore.google.com/detail/easily-disable-javascript/phjcflcbbmcigekcmdfnphacifamhlja
설명 Easily Disable JavaScript by just one click (Whitelist & Blacklist feature)
파일 크기 239 KB
설치 횟수 13,607
현재 버전 1.0.1
최근 업데이트 2022-12-16
출시 날짜 2020-07-21
평점 4.67/5 총 15 개의 평점
개발자 https://flappybird.ee
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.w3technic.com
도움말 페이지 URL https://www.w3technic.com/
개인정보 보호 정책 페이지 URL https://w3technic.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "version": "1.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "storage",
        "contentSettings",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "20": "images\/20.png",
            "40": "images\/40.png"
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/background.js",
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ]
    },
    "homepage_url": "https:\/\/www.w3technic.com\/p\/easily-disable-javascript.html",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}