Disable All Extensions
Disable/Enable your chrome extensions with the click of a button.
Disable All Extensionsคืออะไร?
Disable All Extensions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kitey13579 และคุณลักษณะหลักของมันคือ "Disable/Enable your chrome extensions with the click of a button."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable All Extensions
ดาวน์โหลดไฟล์ส่วนขยาย Disable All Extensions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Disable All Extensions |
ID | ailfldpmpboolaihojfagmmfbhcgohne |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/disable-all-extensions/ailfldpmpboolaihojfagmmfbhcgohne |
คำอธิบาย | Disable/Enable your chrome extensions with the click of a button. |
ขนาดไฟล์ | 32.53 KB |
จำนวนการติดตั้ง | 2,421 |
เวอร์ชันปัจจุบัน | 1.5.1 |
อัปเดตครั้งล่าสุด | 2024-01-31 |
วันที่เผยแพร่ | 2023-02-06 |
คะแนน | 4.90/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | kitey13579 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ItzBlinkzy/disable-all-extensions |
URL หน้าช่วยเหลือ | https://github.com/ItzBlinkzy/disable-all-extensions |
ภาษาที่รองรับ | 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" } |