Tab Blacklist
Automatically closes blacklisted tabs.
ما هو Tab Blacklist؟
Tab Blacklist هو إضافة Chrome تم تطويرها بواسطة DIAB HQ، والميزة الرئيسية لها هي "Automatically closes blacklisted tabs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Blacklist
قم بتنزيل ملفات الامتداد Tab Blacklist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of extensions like Magic Actions, Video Blocker, and Click&Clean opening tabs without your permission? This extension instantly closes any new tabs that are on your blacklist. Tab Blacklist will not close tabs if you navigate to blocked URLs, it will only close the tab if it is newly opened.
معلومات أساسية عن التمديد
الاسم | |
ID | dfjdhhihkdalipjoalkcalgecddabend |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tab-blacklist/dfjdhhihkdalipjoalkcalgecddabend |
الوصف | Automatically closes blacklisted tabs. |
حجم الملف | 18.47 KB |
عدد التثبيتات | 317 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-04-14 |
تاريخ النشر | 2020-04-14 |
تقييم | 3.00/5 مجموع تقييمات 6 |
المطور | DIAB HQ |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jrddupont/Tab-Blacklist |
عنوان صفحة المساعدة | https://github.com/jrddupont/Tab-Blacklist/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Blacklist", "version": "1.0.1", "manifest_version": 2, "description": "Automatically closes blacklisted tabs.", "icons": { "16": "icons\/tbl16.png", "48": "icons\/tbl48.png", "128": "icons\/tbl128.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "options_page": "html\/options.html" } |