Site Restricter
Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity
ما هو Site Restricter؟
Site Restricter هو إضافة Chrome تم تطويرها بواسطة LN، والميزة الرئيسية لها هي "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Site Restricter
قم بتنزيل ملفات الامتداد Site Restricter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Too many distractions? Want to limit access to certain sites? This extension helps you control that. Add URLs of sites you don't want to visit. When you change your mind, just remove them from the list and regain access! Features: - Control access to sites by adding or deleting them individually - One Click Add / Clear All Functionalities - Simple Design - Easy to use
معلومات أساسية عن التمديد
الاسم | Site Restricter |
ID | kbokniiapoadjhhkmnlpndgeambahghk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/site-restricter/kbokniiapoadjhhkmnlpndgeambahghk |
الوصف | Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity |
حجم الملف | 10.83 KB |
عدد التثبيتات | 50 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2021-10-30 |
تاريخ النشر | 2021-10-30 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | LN |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Site Restricter", "description": "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity", "version": "0.0.5", "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_title": "Site Restricter" }, "icons": { "16": "\/images\/logo_16.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } } |