Disable All Extensions

Disable/Enable your chrome extensions with the click of a button.

Disable All Extensions là gì?

Disable All Extensions là một tiện ích mở rộng Chrome được phát triển bởi kitey13579, và tính năng chính của nó là "Disable/Enable your chrome extensions with the click of a button.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Disable All Extensions

Tải xuống các tệp mở rộng Disable All Extensions 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 extension allows you to turn off currently turned on extensions by clicking a single button.

Whitelist
To prevent a certain extension from being affected when disabling, open the whitelist. You can right click anywhere on the chrome browser or the extension icon and go to the whitelist page to select an extension you want excluded.

Isolation Mode
Having trouble finding an extension causing problems for you? 
Introducing Isolation Mode, which allows you to test your chrome extensions. It will enable half your extensions, wait for your feedback and continuing enabling less extensions until the problematic extension is found.                    

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

Tên Disable All Extensions Disable All Extensions
ID ailfldpmpboolaihojfagmmfbhcgohne
URL Chính Thức https://chromewebstore.google.com/detail/disable-all-extensions/ailfldpmpboolaihojfagmmfbhcgohne
Mô tả Disable/Enable your chrome extensions with the click of a button.
Kích Thước Tệp 32.53 KB
Số Lần Cài Đặt 2,421
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2024-01-31
Ngày Phát Hành 2023-02-06
Đánh Giá 4.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển kitey13579
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ItzBlinkzy/disable-all-extensions
URL Trang Trợ Giúp https://github.com/ItzBlinkzy/disable-all-extensions
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable All Extensions",
    "manifest_version": 3,
    "version": "1.5.1",
    "description": "Disable\/Enable your chrome extensions with the click of a button.",
    "permissions": [
        "contextMenus",
        "management",
        "storage"
    ],
    "background": {
        "service_worker": ".\/src\/background.js",
        "type": "module"
    },
    "icons": {
        "16": ".\/public\/images\/appOn_16.png",
        "48": ".\/public\/images\/appOn_48.png",
        "128": ".\/public\/images\/appOn_128.png"
    },
    "action": {
        "default_icon": ".\/public\/images\/appOff_16.png",
        "default-popup": ".\/public\/index.html"
    },
    "author": "Blinkzy"
}