SiteBlock

Block sites to discourage procrastination

ما هو SiteBlock؟

SiteBlock هو إضافة Chrome تم تطويرها بواسطة Costa، والميزة الرئيسية لها هي "Block sites to discourage procrastination".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SiteBlock

قم بتنزيل ملفات الامتداد SiteBlock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Find yourself visiting websites unrelated to your current task, even without thinking? Place a barrier in your way by blocking the sites with SiteBlock.

Set the list of sites in the Extension Options. Access it through the Chrome menu, under  More Tools -> Extensions -> SiteBlock -> Details -> Extension Options. 

Changelog:
  - 0.2.4 - code reorganize by Sapronov Alex 
  - 0.2.3 - work around bug in Chrome 17 and later that was causing some tabs not to be filtered / migrate to manifest v2 format required by upcoming Chrome                    

معلومات أساسية عن التمديد

الاسم SiteBlock SiteBlock
ID pfglnpdpgmecffbejlfgpnebopinlclj
عنوان URL الرسمي https://chromewebstore.google.com/detail/siteblock/pfglnpdpgmecffbejlfgpnebopinlclj
الوصف Block sites to discourage procrastination
حجم الملف 31.85 KB
عدد التثبيتات 98,836
النسخة الحالية 0.2.4
آخر تحديث 2020-11-21
تاريخ النشر 2018-10-04
تقييم 4.34/5 مجموع تقييمات 911
المطور Costa
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/csapuntz/siteblock
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteBlock",
    "version": "0.2.4",
    "description": "Block sites to discourage procrastination",
    "options_page": "html\/options.html",
    "background": {
        "page": "html\/background.html"
    },
    "permissions": [
        "tabs"
    ]
}