DistractBlock

Temporarily block websites - *** STUDY AID ***

ما هو DistractBlock؟

DistractBlock هو إضافة Chrome تم تطويرها بواسطة pandaDevs، والميزة الرئيسية لها هي "Temporarily block websites - *** STUDY AID ***".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Be more productive and stay focused with DistractBlock.

A simple, easy to use study aid to block distracting websites.

You can block sites individually or you can create a list of sites to block in a single click.

Sites continue to be blocked until the user selected timer runs out.


Please do not hesitate to email me any issues/suggestions you have before giving negative feedback!
I will try and fix issues ASAP.                    

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

الاسم DistractBlock DistractBlock
ID chkocephofomhgkamlgndfolgpgddhnf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/distractblock/chkocephofomhgkamlgndfolgpgddhnf
الوصف Temporarily block websites - *** STUDY AID ***
حجم الملف 153 KB
عدد التثبيتات 90
النسخة الحالية 1.1
آخر تحديث 2017-03-08
تاريخ النشر 2017-03-08
تقييم 5.00/5 مجموع تقييمات 4
المطور pandaDevs
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DistractBlock",
    "short_name": "DistractBlock",
    "description": "Temporarily block websites - *** STUDY AID ***",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icons\/not_active_64.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "32": "img\/icons\/active_32.png",
        "64": "img\/icons\/active_64.png",
        "128": "img\/icons\/active_128.png"
    },
    "web_accessible_resources": [
        "blocked.html"
    ],
    "permissions": [
        "webNavigation",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "declarativeContent",
        "storage"
    ]
}