Focus Squirrel - Free Site Blocker

Block sites for less distraction, and get more done

Vad är Focus Squirrel - Free Site Blocker?

Focus Squirrel - Free Site Blocker är en Chrome-tillägg utvecklad av Hieu Nguyen, och dess huvudfunktion är "Block sites for less distraction, and get more done".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Focus Squirrel - Free Site Blocker-förlängningens CRX-fil

Ladda ner Focus Squirrel - Free Site Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Focus Squirrel - Free Site Blocker Focus Squirrel - Free Site Blocker
ID pnoemadkmlgadfigjbplnbhpoiiikgpi
Officiell webbadress https://chromewebstore.google.com/detail/focus-squirrel-free-site/pnoemadkmlgadfigjbplnbhpoiiikgpi
Beskrivning Block sites for less distraction, and get more done
Filstorlek 185 KB
Antal Installationer 85
Aktuell Version 2.1
Senast Uppdaterad 2023-04-21
Publiceringsdatum 2022-02-12
Utvecklare Hieu Nguyen
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://paypal.me/hieussr
URL till Sekretesspolicy Sidan https://hieunguyen.info/webstore-privacy
Stödda Språk 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": [
        ""
    ]
}