SiteBlock
An extension that blocks sites and helps you focus.
ما هو SiteBlock؟
SiteBlock هو إضافة Chrome تم تطويرها بواسطة gadfaria، والميزة الرئيسية لها هي "An extension that blocks sites and helps you focus.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SiteBlock
قم بتنزيل ملفات الامتداد SiteBlock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Stay focused and avoid distractions with this simple site blocker extension! Block any website by adding keywords, like "social media" or "news," and the extension will automatically block them when you try to visit. Unlimited blocking and a handy right-click context menu option make it easy to manage your focus whenever needed. Take control of your time and stay productive - install the extension today!
معلومات أساسية عن التمديد
الاسم | SiteBlock |
ID | piepfdhhijbhafaiefdpimdnfgndjpli |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/siteblock/piepfdhhijbhafaiefdpimdnfgndjpli |
الوصف | An extension that blocks sites and helps you focus. |
حجم الملف | 62.82 KB |
عدد التثبيتات | 405 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2024-02-21 |
تاريخ النشر | 2022-12-26 |
تقييم | 4.60/5 مجموع تقييمات 5 |
المطور | gadfaria |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/gadfaria/site-block-extension |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SiteBlock", "description": "An extension that blocks sites and helps you focus.", "version": "1.1.0", "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "action": { "default_popup": ".\/popup\/popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |