TabBlock
Prevents from opening new tabs.
ما هو TabBlock؟
TabBlock هو إضافة Chrome تم تطويرها بواسطة xconvic، والميزة الرئيسية لها هي "Prevents from opening new tabs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TabBlock
قم بتنزيل ملفات الامتداد TabBlock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is for anyone, who uses websites with pop-up ads (ads that open in a new tab). red icon -> TabBlock prevents opening any new tab. green icon -> TabBlock allows opening new tabs freely. Note! Redirections to ads in the same tab still work! You can try to block them by using other extensions or simply return with "back" button. TabBlock does not block any normal ads.
معلومات أساسية عن التمديد
الاسم | TabBlock |
ID | ljmkpdhploeaohmnljbbkohmmfkikklj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabblock/ljmkpdhploeaohmnljbbkohmmfkikklj |
الوصف | Prevents from opening new tabs. |
حجم الملف | 11.95 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 1.5.0 |
آخر تحديث | 2020-08-09 |
تاريخ النشر | 2019-09-23 |
تقييم | 4.27/5 مجموع تقييمات 78 |
المطور | xconvic |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabBlock", "description": "__MSG_appDesc__", "version": "1.5.0", "permissions": [], "short_name": "TabBlock", "default_locale": "en", "browser_action": { "default_icon": "green32.png" }, "icons": { "48": "red48.png", "128": "red128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] } } |