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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://paypal.me/hieussr
URL หน้านโยบายความเป็นส่วนตัว 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": [
        ""
    ]
}