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 BrowserNative, 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
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
Use keyboard command Ctrl + Shift + E. Visit homepage for more: https://browsernative.com/disable-chrome-extensions-apps/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Disable Extensions and Apps |
ID | abmoaeegegigmhgfmdmlhkoghibgkpkj |
URL Chính Thức | https://chromewebstore.google.com/detail/disable-extensions-and-ap/abmoaeegegigmhgfmdmlhkoghibgkpkj |
Mô tả | Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected. |
Kích Thước Tệp | 60.19 KB |
Số Lần Cài Đặt | 2,006 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2017-09-20 |
Ngày Phát Hành | 2017-09-20 |
Đánh Giá | 4.88/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | BrowserNative |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://browsernative.com/disable-chrome-extensions-apps/ |
URL Trang Trợ Giúp | https://browsernative.com/disable-chrome-extensions-apps/ |
URL Trang Chính Sách Bảo Mật | https://browsernative.com/extensions-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "static\/icon-enabled.png", "default_title": "Disable Extensions and Apps" }, "description": "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.", "homepage_url": "https:\/\/browsernative.com\/disable-chrome-extensions-apps\/", "icons": { "128": "static\/icon-disabled.png", "48": "static\/icon-48.png" }, "manifest_version": 2, "name": "Disable Extensions and Apps", "version": "0.0.7", "permissions": [ "management" ], "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } } } |