Site Blocker - Block Site & Focus Mode

The best free site blocker. Block websites, stay focused with website blocker. Set custom blocklist and password protection.

Site Blocker - Block Site & Focus Mode क्या है?

Site Blocker - Block Site & Focus Mode https://taskshield.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best free site blocker. Block websites, stay focused with website blocker. Set custom blocklist and password protection."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Prevent distractions and maintain focus with a site blocker! Use custom blocklists and password protection to control your internet usage.

If you find yourself getting sucked into the internet abyss, a site blocker could be the perfect solution. Set a time limit for distracting sites, and once you reach that limit, the site blocker will take over and prevent you from wasting any more time.

Designed to enhance productivity and eliminate distractions, a site blocker will remove all time-wasting websites from your life, enabling you to focus on studying, learning, and working.

To use a site blocker, simply set a password, select which websites you want access to, and let the blocker do the rest. If you need to visit a blocked site, enter your password and decide how long you want to stay on the site.

Parents can also use a site blocker by setting a password for their children, or you can have a friend or partner set the password for you to help keep you focused.

With features like the ability to block sites and subdomains, allowlist exceptions, and focus mode, which uses the Pomodoro technique to break down tasks into intervals followed by a short break, a site blocker is the ultimate tool for time management and productivity.

Other features like showing how many work cycles you completed during a session, password protection, unstoppable focus mode, and funny blocked page make this tool even more beneficial for those who want to stay productive and achieve their goals.

Remember, to block sites in incognito mode, you need to activate the "Allow run in incognito mode" checkbox on the chrome://extensions page.

Block Site is one of the best productivity tools available, and it can help you procrastinate less, become more productive, and achieve your life goals. With a site blocker, you'll never have to worry about losing focus again!                    

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

नाम Site Blocker - Block Site & Focus Mode Site Blocker - Block Site & Focus Mode
ID pgoeobojimoocdnilcajmjihiabcmabn
आधिकारिक URL https://chromewebstore.google.com/detail/site-blocker-block-site-f/pgoeobojimoocdnilcajmjihiabcmabn
विवरण The best free site blocker. Block websites, stay focused with website blocker. Set custom blocklist and password protection.
फ़ाइल का आकार 61.47 MB
स्थापना संख्या 1,004,767
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2024-01-12
प्रकाशन तिथि 2023-02-13
रेटिंग 4.62/5 कुल 850 रेटिंग्स
डेवलपर https://taskshield.net
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://taskshield.net/privacy_policy.html
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/service_worker.js"
    },
    "permissions": [
        "alarms",
        "favicon",
        "contextMenus",
        "notifications",
        "tabs",
        "storage",
        "unlimitedStorage",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "commands": {
        "start": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Start\/Stop the timer."
        },
        "pause": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Pause\/Resume the timer."
        }
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": {
            "512": "images\/icon-512_x_512.png",
            "128": "images\/icon-128_x_128.png",
            "64": "images\/icon-64_x_64.png",
            "32": "images\/icon-32_x_32.png",
            "16": "images\/icon-16_x_16.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "512": "images\/icon-512_x_512.png",
        "128": "images\/icon-128_x_128.png",
        "64": "images\/icon-64_x_64.png",
        "32": "images\/icon-32_x_32.png",
        "16": "images\/icon-16_x_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/checker.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}