No Scripts for Google Chrome™

Protect your browser, prevent bad scripts from being accessed by the websites you visit.

No Scripts for Google Chrome™란 무엇입니까?

No Scripts for Google Chrome™은(는) Free Software Utilities에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect your browser, prevent bad scripts from being accessed by the websites you visit."입니다.

확장 프로그램 스크린샷

screenshot

No Scripts for Google Chrome™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Want to disable all scripts while you are surfing the Internet?

Here is a quick and simple way to ensure your online security while you are surfing the Internet.

When you install this extension, it allows you to automatically disable the

javascript, flash, images/fonts when you are visiting an unfamilar website.

This extension lets you know the exact scripts which are running on the current tab you are in and allows you to use
rules to automatically disable/enable these scripts based on whether you trust the website or not. Use No scripts for Google Chrome to just
view HTML/plain text while you are surfing the internet.

You also have the option of disabling these browsing rules for the specific website tab you are on. Enable/disable this extension
with the click of a button, its extremely easy to switch on/off.

This extension was made possible by the open source software Noscript made by Giorgio Maone

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this extension. This extension is not owned by, it is not licensed by and is not a subsidiary of Google Inc.                    

확장 프로그램 기본 정보

이름 No Scripts for Google Chrome™ No Scripts for Google Chrome™
ID emaadbacogbhahpfbbcncccdmnjaanbd
공식 URL https://chromewebstore.google.com/detail/no-scripts-for-google-chr/emaadbacogbhahpfbbcncccdmnjaanbd
설명 Protect your browser, prevent bad scripts from being accessed by the websites you visit.
파일 크기 456 KB
설치 횟수 3,263
현재 버전 1.0.0
최근 업데이트 2023-10-29
출시 날짜 2021-02-03
평점 5.00/5 총 9 개의 평점
개발자 Free Software Utilities
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "No Scripts for Google Chrome\u2122",
    "version": "1.0.0",
    "description": "__MSG_Description__",
    "incognito": "spanning",
    "icons": {
        "48": "img\/icon48.png",
        "96": "img\/icon96.png",
        "256": "img\/icon256.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/UA.js",
            "lib\/browser-polyfill.js",
            "lib\/uuid.js",
            "lib\/SyncMessage.js",
            "lib\/log.js",
            "lib\/include.js",
            "lib\/punycode.js",
            "lib\/tld.js",
            "lib\/LastListener.js",
            "lib\/Messages.js",
            "lib\/CSP.js",
            "lib\/NetCSP.js",
            "lib\/TabCache.js",
            "common\/CapsCSP.js",
            "common\/RequestKey.js",
            "common\/Policy.js",
            "common\/locale.js",
            "common\/SyntaxChecker.js",
            "common\/Storage.js",
            "ui\/Prompts.js",
            "xss\/XSS.js",
            "bg\/ReportingCSP.js",
            "bg\/deferWebTraffic.js",
            "bg\/Defaults.js",
            "bg\/RequestGuard.js",
            "bg\/Settings.js",
            "bg\/main.js",
            "lib\/install.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "css": [
                "\/content\/content.css"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "lib\/UA.js",
                "lib\/browser-polyfill.js",
                "lib\/SyncMessage.js",
                "lib\/log.js",
                "lib\/uuid.js",
                "lib\/sha256.js",
                "lib\/Messages.js",
                "lib\/CSP.js",
                "common\/CapsCSP.js",
                "common\/RequestKey.js",
                "content\/DocumentCSP.js",
                "content\/onScriptDisabled.js",
                "content\/staticNS.js",
                "content\/PlaceHolder.js",
                "content\/content.js",
                "content\/webglHook.js",
                "content\/media.js",
                "content\/sanitizePaste.js"
            ]
        }
    ],
    "options_ui": {
        "page": "ui\/options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_area": "navbar",
        "default_title": "NoScript",
        "default_icon": {
            "64": "img\/ui-maybe64.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "description": "NoScript UI",
            "suggested_key": {
                "default": "Alt+Shift+N"
            }
        },
        "togglePermissions": {
            "description": "Toggle permissions",
            "suggested_key": {
                "default": "Ctrl+Shift+T"
            }
        }
    }
}