Web Blocker
Block unlimited website for free
ما هو Web Blocker؟
Web Blocker هو إضافة Chrome تم تطويرها بواسطة https://webblockerextension.com، والميزة الرئيسية لها هي "Block unlimited website for free".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Web Blocker
قم بتنزيل ملفات الامتداد Web Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Boost productivity and performance by blocking distracting websites.
Update / Bug fixed:
Nov. 16, 2022 (v2.1.1) - Fixed bug sites are not blocking after clearing all the blocked sites.
Features:
1. Block unlimited unwanted sites
2. Schedule Blocking
3. Custom redirect links
For questions and suggestions please email us
[email protected] معلومات أساسية عن التمديد
| الاسم | |
| ID | hmfcoeeicamgkocaflbdhjjibdlglbfg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/web-blocker/hmfcoeeicamgkocaflbdhjjibdlglbfg |
| الوصف | Block unlimited website for free |
| حجم الملف | 487 KB |
| عدد التثبيتات | 5,495 |
| النسخة الحالية | 2.1.1 |
| آخر تحديث | 2022-11-17 |
| تاريخ النشر | 2022-07-07 |
| تقييم | 4.40/5 مجموع تقييمات 10 |
| المطور | https://webblockerextension.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.webblockerextension.com/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Web Blocker",
"description": "Block unlimited website for free",
"version": "2.1.1",
"manifest_version": 3,
"background": {
"service_worker": "background\/background.js"
},
"permissions": [
"storage",
"tabs"
],
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "\/images\/Logo-16.png",
"32": "\/images\/Logo-32.png",
"48": "\/images\/Logo-48.png",
"128": "\/images\/Logo-128.png"
}
},
"icons": {
"16": "\/images\/Logo-16.png",
"32": "\/images\/Logo-32.png",
"48": "\/images\/Logo-48.png",
"128": "\/images\/Logo-128.png"
},
"options_page": "option\/index.html"
} | |