Disable Extensions and Apps

Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.

Disable Extensions and Apps là gì?

Disable Extensions and Apps là một tiện ích mở rộng Chrome được phát triển bởi badgersfanatic2002, và tính năng chính của nó là "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.".

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

screenshot
screenshot
screenshot

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

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

                        Quick and easy tool to disable extensions. It works great for school and work purposes along with general use for the average user.                    

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

Tên Disable Extensions and Apps Disable Extensions and Apps
ID jochnddiejkclkgpofolihiiaehdmbhc
URL Chính Thức https://chrome.google.com/webstore/detail/disable-extensions-and-ap/jochnddiejkclkgpofolihiiaehdmbhc
Mô tả Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Kích Thước Tệp 60.42 KB
Số Lần Cài Đặt 15,319
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2022-10-03
Ngày Phát Hành 2022-10-03
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển badgersfanatic2002
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dontleavethemon.com
URL Trang Trợ Giúp https://dontleavethemon.com/?a=privacy
URL Trang Chính Sách Bảo Mật https://dontleavethemon.com?a=privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "static\/icon-enabled.png",
        "default_title": "Disable Extensions and Apps"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    },
    "description": "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.",
    "homepage_url": "https:\/\/dontleavethemon.com\/disable-chrome-extensions-apps\/",
    "icons": {
        "128": "static\/icon-disabled.png",
        "48": "static\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "Disable Extensions and Apps",
    "options_page": "options.html",
    "permissions": [
        "management",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.7"
}