No Scripts for Google Chrome™

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

No Scripts for Google Chrome™ là gì?

No Scripts for Google Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi Free Software Utilities, và tính năng chính của nó là "Protect your browser, prevent bad scripts from being accessed by the websites you visit.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng No Scripts for Google Chrome™

Tải xuống các tệp mở rộng No Scripts for Google Chrome™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên No Scripts for Google Chrome™ No Scripts for Google Chrome™
ID emaadbacogbhahpfbbcncccdmnjaanbd
URL Chính Thức https://chromewebstore.google.com/detail/no-scripts-for-google-chr/emaadbacogbhahpfbbcncccdmnjaanbd
Mô tả Protect your browser, prevent bad scripts from being accessed by the websites you visit.
Kích Thước Tệp 456 KB
Số Lần Cài Đặt 3,263
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-10-29
Ngày Phát Hành 2021-02-03
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Free Software Utilities
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}