Check All Scripts with URLVoid

Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)

Check All Scripts with URLVoid là gì?

Check All Scripts with URLVoid là một tiện ích mở rộng Chrome được phát triển bởi hchiam, và tính năng chính của nó là "Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Check All Scripts with URLVoid

Tải xuống các tệp mở rộng Check All Scripts with URLVoid 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

                        This is the Chrome version of the Firefox add-on: 
https://addons.mozilla.org/en-CA/firefox/addon/check-all-scripts-with-urlvoid

You can find the source code here: 
https://github.com/hchiam/urlvoid-firefox-extension                    

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

Tên Check All Scripts with URLVoid Check All Scripts with URLVoid
ID inehjeemhpipbglglmjnnabcfpofeljm
URL Chính Thức https://chromewebstore.google.com/detail/check-all-scripts-with-ur/inehjeemhpipbglglmjnnabcfpofeljm
Mô tả Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2023-12-30
Ngày Phát Hành 2020-07-02
Nhà Phát Triển hchiam
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hchiam/urlvoid-firefox-extension
URL Trang Trợ Giúp https://github.com/hchiam/urlvoid-firefox-extension/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Check All Scripts with URLVoid",
    "description": "Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)",
    "version": "3.0.0",
    "homepage_url": "https:\/\/github.com\/hchiam\/urlvoid-firefox-extension",
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "brain.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}