Disable Extensions and Apps

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

Disable Extensions and Appsคืออะไร?

Disable Extensions and Apps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย badgersfanatic2002 และคุณลักษณะหลักของมันคือ "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable Extensions and Apps

ดาวน์โหลดไฟล์ส่วนขยาย Disable Extensions and Apps ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Disable Extensions and Apps Disable Extensions and Apps
ID jochnddiejkclkgpofolihiiaehdmbhc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/disable-extensions-and-ap/jochnddiejkclkgpofolihiiaehdmbhc
คำอธิบาย Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
ขนาดไฟล์ 60.42 KB
จำนวนการติดตั้ง 15,319
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2022-10-03
วันที่เผยแพร่ 2022-10-03
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา badgersfanatic2002
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dontleavethemon.com
URL หน้าช่วยเหลือ https://dontleavethemon.com/?a=privacy
URL หน้านโยบายความเป็นส่วนตัว https://dontleavethemon.com?a=privacy
ภาษาที่รองรับ 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"
}