Focus Squirrel - Free Site Blocker

Block sites for less distraction, and get more done

ما هو Focus Squirrel - Free Site Blocker؟

Focus Squirrel - Free Site Blocker هو إضافة Chrome تم تطويرها بواسطة Hieu Nguyen، والميزة الرئيسية لها هي "Block sites for less distraction, and get more done".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Focus Squirrel - Free Site Blocker

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

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

                        Free site blocker allows you quickly block and unblock unlimited sites. It helps you to think twice before spending time on a website. For less distraction, and get more done.

Available features:
- Unlimited site blocking
- Manage blocked sites
- Disable/enable blocking feature (for all site)
- Disable/enable blocking for a blocked site
- Weekly analytics

Support and feedbacks are appreciated!                    

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

الاسم Focus Squirrel - Free Site Blocker Focus Squirrel - Free Site Blocker
ID pnoemadkmlgadfigjbplnbhpoiiikgpi
عنوان URL الرسمي https://chromewebstore.google.com/detail/focus-squirrel-free-site/pnoemadkmlgadfigjbplnbhpoiiikgpi
الوصف Block sites for less distraction, and get more done
حجم الملف 185 KB
عدد التثبيتات 85
النسخة الحالية 2.1
آخر تحديث 2023-04-21
تاريخ النشر 2022-02-12
المطور Hieu Nguyen
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://paypal.me/hieussr
عنوان صفحة سياسة الخصوصية https://hieunguyen.info/webstore-privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Focus Squirrel - Free Site Blocker",
    "description": "Block sites for less distraction, and get more done",
    "version": "2.1",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon_16x16.png",
            "32": "icons\/icon_32x32.png",
            "128": "icons\/icon_128x128.png",
            "256": "icons\/icon_256x256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon_16x16.png",
        "32": "icons\/icon_32x32.png",
        "128": "icons\/icon_128x128.png",
        "256": "icons\/icon_256x256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}