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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Disable All Extensions

قم بتنزيل ملفات الامتداد Disable All Extensions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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"
}