New-Tab Blocker
Blocks new tabs from specified websites
ما هو New-Tab Blocker؟
New-Tab Blocker هو إضافة Chrome تم تطويرها بواسطة konrad، والميزة الرئيسية لها هي "Blocks new tabs from specified websites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New-Tab Blocker
قم بتنزيل ملفات الامتداد New-Tab Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Chrome extension blockes new tabs from specified websites. This helps against pop-up ads that open in a new tab.
It is possible to specifiy which websites are allowed to open new tabs and which not.
Tips:
- to block all new tabs, add "" (nothing) to the "URL Beginnings" list
- you can install this Chrome extension on Android with the Kiwi Browser
GitHub:
https://github.com/conrim/newtab-blocker معلومات أساسية عن التمديد
| الاسم | |
| ID | bkanhpjdajkdnibkplooolgpidgfjfnn |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/new-tab-blocker/bkanhpjdajkdnibkplooolgpidgfjfnn |
| الوصف | Blocks new tabs from specified websites |
| حجم الملف | 34.42 KB |
| عدد التثبيتات | 978 |
| النسخة الحالية | 0.0.2 |
| آخر تحديث | 2023-08-30 |
| تاريخ النشر | 2023-08-28 |
| تقييم | 5.00/5 مجموع تقييمات 5 |
| المطور | konrad |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/conrim/newtab-blocker |
| اللغات المدعومة | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New-Tab Blocker",
"manifest_version": 3,
"version": "0.0.2",
"description": "__MSG_extDescription__",
"default_locale": "en",
"permissions": [
"tabs",
"storage"
],
"icons": {
"128": "icons\/default.png"
},
"action": {
"default_popup": "popup\/index.html",
"default_icon": "icons\/default.png"
},
"background": {
"service_worker": "service-worker.js"
}
} | |