Focus Squirrel - Free Site Blocker

Block sites for less distraction, and get more done

Focus Squirrel - Free Site Blocker क्या है?

Focus Squirrel - Free Site Blocker Hieu Nguyen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block sites for less distraction, and get more done"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Focus Squirrel - Free Site Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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": [
        ""
    ]
}