Focused - Website Blocker

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

Focused - Website Blocker क्या है?

Focused - Website Blocker Sahil Khurana द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A free and open source website blocker. Now block those distracting websites and smash your goals!"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Focused - Website Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Focused - Website Blocker Focused - Website Blocker
ID gohlodncmafjmajkfemnppioagfbjcpl
आधिकारिक URL https://chromewebstore.google.com/detail/focused-website-blocker/gohlodncmafjmajkfemnppioagfbjcpl
विवरण A free and open source website blocker. Now block those distracting websites and smash your goals!
फ़ाइल का आकार 5.41 MB
स्थापना संख्या 614
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2021-04-05
प्रकाशन तिथि 2021-04-04
रेटिंग 4.89/5 कुल 9 रेटिंग्स
डेवलपर Sahil Khurana
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sahilkhurana19/focused-extension
समर्थित भाषाएँ 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
}