Focused - Website Blocker

A free and open source website blocker. Now block those distracting websites and smash your goals!

Co je Focused - Website Blocker?

Focused - Website Blocker je rozšíření Chrome vyvinuté Sahil Khurana, a jeho hlavní funkcí je „A free and open source website blocker. Now block those distracting websites and smash your goals!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Focused - Website Blocker

Stáhněte si soubory rozšíření Focused - Website Blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        To block a website, simply click on the "Block This Site!" button in the extension popup. You can block unlimited websites using this extension.
Focused is open source. The source code is available on Github. Link to source code is in the website section.

Upcoming features:
1. Ability to turn blocking on and off for scheduled times.
2. Ability to set a timer for blocking duration.
3. Ability to add websites to blocked list from extension settings page.

For feedback and suggestions you can reach out to me at - [email protected]
If you are familiar with Github, feel free to raise an issue on the repository itself.

Have a productive day ahead!                    

Základní Informace o Rozšíření

Název Focused - Website Blocker Focused - Website Blocker
ID gohlodncmafjmajkfemnppioagfbjcpl
Oficiální URL https://chromewebstore.google.com/detail/focused-website-blocker/gohlodncmafjmajkfemnppioagfbjcpl
Popis A free and open source website blocker. Now block those distracting websites and smash your goals!
Velikost souboru 5.41 MB
Počet instalací 614
Aktuální Verze 0.1.0
Poslední Aktualizace 2021-04-05
Datum Vydání 2021-04-04
Hodnocení 4.89/5 Celkem 9 Hodnocení
Vývojář Sahil Khurana
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/sahilkhurana19/focused-extension
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focused - Website Blocker",
    "version": "0.1.0",
    "description": "A free and open source website blocker. Now block those distracting websites and smash your goals!",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "static\/images\/icon\/blocked_16x16.png",
            "32": "static\/images\/icon\/blocked_32x32.png",
            "48": "static\/images\/icon\/blocked_64x64.png",
            "128": "static\/images\/icon\/blocked_128x128.png"
        }
    },
    "icons": {
        "16": "static\/images\/icon\/blocked_16x16.png",
        "32": "static\/images\/icon\/blocked_32x32.png",
        "48": "static\/images\/icon\/blocked_64x64.png",
        "128": "static\/images\/icon\/blocked_128x128.png"
    },
    "manifest_version": 2
}