Script Control

Allow or block JavaScript.

Script Control란 무엇입니까?

Script Control은(는) Kai Nightmode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow or block JavaScript."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Script Control 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        FEATURES

• Allow or block JavaScript globally.
• Allow or block JavaScript for multiple domains.
• Allow or block JavaScript for individual domains.
• Light and dark theme preferences.

LIMITATIONS

Chrome only allows 5000 simple rules (single domain) and 1000 complex rules (multiple domains). If you think you need more rules you may want to try an extension like NoScript or uBlock Origin that may not be using Chrome's new rule based technology.

Script Control modifies security headers at low level to allow or block JavaScript. If you are using another security focused extension that is using the same technique, one or both extensions may interfere with each other.

PRIVACY

Script Control respects your privacy.
https://nightmode.fm/software/script-control/privacy

DONATE

This software may be free but my love of loose leaf tea is not. Donate to support my work and unlock private messages on Ko-fi.
https://ko-fi.com/kai_nightmode                    

확장 프로그램 기본 정보

이름 Script Control Script Control
ID lhdjmcedmkdenkgphahlnmkbddhbgeoh
공식 URL https://chromewebstore.google.com/detail/script-control/lhdjmcedmkdenkgphahlnmkbddhbgeoh
설명 Allow or block JavaScript.
파일 크기 366 KB
설치 횟수 144
현재 버전 2023.10.24.0
최근 업데이트 2023-10-26
출시 날짜 2021-05-01
평점 5.00/5 총 2 개의 평점
개발자 Kai Nightmode
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nightmode.fm/software/script-control
도움말 페이지 URL https://ko-fi.com/kai_nightmode
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/icon\/status\/status-blue-16.png",
            "24": "images\/icon\/status\/status-blue-24.png",
            "32": "images\/icon\/status\/status-blue-32.png",
            "48": "images\/icon\/status\/status-blue-48.png",
            "64": "images\/icon\/status\/status-blue-64.png",
            "96": "images\/icon\/status\/status-blue-96.png",
            "128": "images\/icon\/status\/status-blue-128.png"
        },
        "default_popup": "page\/light\/dark\/popup.html",
        "default_title": "Script Control"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Allow or block JavaScript.",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon\/logo\/logo-dark-16.png",
        "24": "images\/icon\/logo\/logo-dark-24.png",
        "32": "images\/icon\/logo\/logo-dark-32.png",
        "48": "images\/icon\/logo\/logo-dark-48.png",
        "64": "images\/icon\/logo\/logo-dark-64.png",
        "96": "images\/icon\/logo\/logo-dark-96.png",
        "128": "images\/icon\/logo\/logo-dark-128.png"
    },
    "incognito": "spanning",
    "manifest_version": 3,
    "minimum_chrome_version": "92",
    "name": "Script Control",
    "options_ui": {
        "open_in_tab": true,
        "page": "page\/light\/dark\/options.html"
    },
    "permissions": [
        "browsingData",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting",
        "storage",
        "tabs"
    ],
    "short_name": "S.Control",
    "version": "2023.10.24.0"
}