Disable Extensions Temporarily

Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.

Disable Extensions Temporarily là gì?

Disable Extensions Temporarily là một tiện ích mở rộng Chrome được phát triển bởi busterc, và tính năng chính của nó là "Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.".

Ả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 Disable Extensions Temporarily

Tải xuống các tệp mở rộng Disable Extensions Temporarily 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

                        Sometimes you just need to disable chrome extensions temporarily. This extension does just that, with one click. 

Even better, it remembers which extensions where previously enabled and will re-enable them again with just one click.

Disable Extensions Temporarily is easy to use and free.                    

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

Tên Disable Extensions Temporarily Disable Extensions Temporarily
ID lcfdefmogcogicollfebhgjiiakbjdje
URL Chính Thức https://chromewebstore.google.com/detail/disable-extensions-tempor/lcfdefmogcogicollfebhgjiiakbjdje
Mô tả Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.
Kích Thước Tệp 11.59 KB
Số Lần Cài Đặt 47,464
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-03-17
Ngày Phát Hành 2020-03-15
Đánh Giá 3.76/5 Tổng số 337 Đánh Giá
Nhà Phát Triển busterc
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Extensions Temporarily",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/simple-icon-048.png",
        "default_title": "Toggle Extensions On\/Off"
    },
    "icons": {
        "16": "img\/simple-icon-016.png",
        "48": "img\/icon-048.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "management"
    ]
}