Script Blocker Ultimate (NoScript,Disable JS)

Script Blocker Ultimate

Script Blocker Ultimate (NoScript,Disable JS)란 무엇입니까?

Script Blocker Ultimate (NoScript,Disable JS)은(는) Mojtaba Daneshi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Script Blocker Ultimate"입니다.

확장 프로그램 스크린샷

screenshot

Script Blocker Ultimate (NoScript,Disable JS) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Script Blocker Ultimate makes it easy to block Scripts.

Script Blocker Ultimate is designed to block Java Scripts.

Allow all:Through this method, Script Blocker Ultimate will allow all scripts to execute.
Block all:Through this method, Script Blocker Ultimate will block all scripts to execute. Be careful
Block all but whitelist:Through this method, Script Blocker Ultimate will block all scripts but whitelist.
Allow all but blacklist:Through this method, Script Blocker Ultimate will allow all scripts but blacklist.


While using blocking Java Scripts, you might encounter some irregular behavior in web pages which can be solved by white listing said web page.
I suggest to blacklist News sites that are full of ads and only their texts is important for us.

You can use '*' character in whitelisting and blacklisting domains (e.g., *.google.com).

If you have any suggestions or found bugs/errors, please feel free to contact us on [email protected]
We look forward to your feedback.

Happy Blocking!                    

확장 프로그램 기본 정보

이름 Script Blocker Ultimate (NoScript,Disable JS) Script Blocker Ultimate (NoScript,Disable JS)
ID onedokhafbakmhkblnokgjcliehfognj
공식 URL https://chromewebstore.google.com/detail/script-blocker-ultimate-n/onedokhafbakmhkblnokgjcliehfognj
설명 Script Blocker Ultimate
파일 크기 43.55 KB
설치 횟수 12,880
현재 버전 5.0.0
최근 업데이트 2023-12-19
출시 날짜 2020-05-26
평점 4.79/5 총 14 개의 평점
개발자 Mojtaba Daneshi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://popupblocker.ir
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Script Blocker Ultimate (NoScript,Disable JS)",
    "short_name": "Script Blocker Ultimate",
    "version": "5.0.0",
    "description": "Script Blocker Ultimate",
    "homepage_url": "http:\/\/PopupBlocker.ir",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": "data\/icons\/icon-enabled.png",
        "default_title": "Script Blocker Ultimate",
        "default_popup": "data\/popup\/popup.html"
    },
    "options_ui": {
        "page": "data\/options\/options.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "data\/icons\/icon-16.png",
        "32": "data\/icons\/icon-enabled.png",
        "48": "data\/icons\/icon-48.png",
        "64": "data\/icons\/icon-64.png",
        "128": "data\/icons\/icon-128.png"
    }
}