Block domain's
This extension allows the user to block a domain that you dont want to see again
ما هو Block domain's؟
Block domain's هو إضافة Chrome تم تطويرها بواسطة Kay Bakhauge، والميزة الرئيسية لها هي "This extension allows the user to block a domain that you dont want to see again".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Block domain's
قم بتنزيل ملفات الامتداد Block domain's بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension block's domains you never want to see again. When blocked it will never open a tab with that website. You can export / import domain list.
معلومات أساسية عن التمديد
الاسم | |
ID | phoaoepnfjffkaggaplhohlbpdpobllc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/block-domains/phoaoepnfjffkaggaplhohlbpdpobllc |
الوصف | This extension allows the user to block a domain that you dont want to see again |
حجم الملف | 18.84 KB |
عدد التثبيتات | 368 |
النسخة الحالية | 1.0.0.2 |
آخر تحديث | 2017-10-11 |
تاريخ النشر | 2017-10-11 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Kay Bakhauge |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Block domain's", "description": "This extension allows the user to block a domain that you dont want to see again", "version": "1.0.0.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "bp16.png", "24": "bp24.png", "32": "bp32.png", "64": "bp64.png", "128": "bp128.png" }, "browser_action": { "default_icon": "bp16.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "idle", "background" ] } |