PawBlock

Block websites to prevent procrastination and excessive web surfing.

ما هو PawBlock؟

PawBlock هو إضافة Chrome تم تطويرها بواسطة https://dannyguo.com، والميزة الرئيسية لها هي "Block websites to prevent procrastination and excessive web surfing.".

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

screenshot
screenshot
screenshot

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

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

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

                        Block distracting sites with PawBlock when you need to get something done first.

Configure a blacklist of websites, and when you try to visit one, PawBlock will stop you and encourage you to get back to what you were doing.                    

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

الاسم PawBlock PawBlock
ID jngmmiaolbliepfphdnelgfcclpnkoja
عنوان URL الرسمي https://chromewebstore.google.com/detail/pawblock/jngmmiaolbliepfphdnelgfcclpnkoja
الوصف Block websites to prevent procrastination and excessive web surfing.
حجم الملف 948 KB
عدد التثبيتات 1,201
النسخة الحالية 0.5.1
آخر تحديث 2022-12-26
تاريخ النشر 2018-05-28
تقييم 4.71/5 مجموع تقييمات 7
المطور https://dannyguo.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://pawblock.dannyguo.com
عنوان صفحة المساعدة https://github.com/dguo/pawblock/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PawBlock",
    "version": "0.5.1",
    "description": "Block websites to prevent procrastination and excessive web surfing.",
    "applications": {
        "gecko": {
            "id": "@pawblock"
        }
    },
    "icons": {
        "16": "images\/icon-16-on.png",
        "32": "images\/icon-32-on.png",
        "48": "images\/icon-48-on.png",
        "128": "images\/icon-128-on.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16-on.png",
            "32": "images\/icon-32-on.png",
            "48": "images\/icon-48-on.png",
            "128": "images\/icon-128-on.png"
        },
        "default_title": "PawBlock",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "browser_style": false,
        "chrome_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "downloads",
        "storage",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "block.html"
    ]
}