PmPractices Disable Extensions
Disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.
PmPractices Disable Extensions là gì?
PmPractices Disable Extensions là một tiện ích mở rộng Chrome được phát triển bởi https://pm-practices.net, và tính năng chính của nó là "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
Tải xuống tệp CRX của tiện ích mở rộng PmPractices Disable Extensions
Tải xuống các tệp mở rộng PmPractices Disable 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
Disable all your extensions in one click. Click again and re-enable all previously disabled extensions. If you want to temporarily disable chrome extensions. This extension does just that, with just one click. It remembers the extensions that you previously disabled and will re-enable them again with just one click. 'PmPractices Disable Extensions' is easy to use and free.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PmPractices Disable Extensions |
ID | fjediallhmpmapaajckohopenhlkplmm |
URL Chính Thức | https://chromewebstore.google.com/detail/pmpractices-disable-exten/fjediallhmpmapaajckohopenhlkplmm |
Mô tả | Disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions. |
Kích Thước Tệp | 14.01 KB |
Số Lần Cài Đặt | 126 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-05-29 |
Ngày Phát Hành | 2023-05-27 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://pm-practices.net |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://pm-practices.net |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "img\/simple-icon-048.png", "default_title": "Toggle Extensions On\/Off" }, "description": "Disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.", "icons": { "128": "img\/icon-128.png", "16": "img\/simple-icon-016.png", "48": "img\/icon-048.png" }, "manifest_version": 3, "name": "PmPractices Disable Extensions", "author": "Mohamed Raafat", "permissions": [ "management", "storage" ], "version": "1.0.1", "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/pm-practices.net\/*" ] }, "web_accessible_resources": [ { "resources": [ "img\/icon-128.png" ], "matches": [ "*:\/\/localhost\/*", "*:\/\/pm-practices.net\/*" ] } ] } |