Disable Extensions Temporarily
Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.
ما هو Disable Extensions Temporarily؟
Disable Extensions Temporarily هو إضافة Chrome تم تطويرها بواسطة busterc، والميزة الرئيسية لها هي "Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Disable Extensions Temporarily
قم بتنزيل ملفات الامتداد Disable Extensions Temporarily بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sometimes you just need to disable chrome extensions temporarily. This extension does just that, with one click. Even better, it remembers which extensions where previously enabled and will re-enable them again with just one click. Disable Extensions Temporarily is easy to use and free.
معلومات أساسية عن التمديد
الاسم | Disable Extensions Temporarily |
ID | lcfdefmogcogicollfebhgjiiakbjdje |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/disable-extensions-tempor/lcfdefmogcogicollfebhgjiiakbjdje |
الوصف | Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions. |
حجم الملف | 11.59 KB |
عدد التثبيتات | 47,464 |
النسخة الحالية | 1.1 |
آخر تحديث | 2020-03-17 |
تاريخ النشر | 2020-03-15 |
تقييم | 3.76/5 مجموع تقييمات 337 |
المطور | busterc |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Extensions Temporarily", "version": "1.1", "manifest_version": 2, "description": "Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/simple-icon-048.png", "default_title": "Toggle Extensions On\/Off" }, "icons": { "16": "img\/simple-icon-016.png", "48": "img\/icon-048.png", "128": "img\/icon-128.png" }, "permissions": [ "management" ] } |