Web Blocker

Block unlimited website for free

Web Blocker क्या है?

Web Blocker https://webblockerextension.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block unlimited website for free"।

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

screenshot
screenshot
screenshot

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

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

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

                        Boost productivity and performance by blocking distracting websites.


Update / Bug fixed:
Nov. 16, 2022 (v2.1.1) - Fixed bug sites are not blocking after clearing all the blocked sites.

Features:

1. Block unlimited unwanted sites
2. Schedule Blocking
3. Custom redirect links

For questions and suggestions please email us
[email protected]                    

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

नाम Web Blocker Web Blocker
ID hmfcoeeicamgkocaflbdhjjibdlglbfg
आधिकारिक URL https://chromewebstore.google.com/detail/web-blocker/hmfcoeeicamgkocaflbdhjjibdlglbfg
विवरण Block unlimited website for free
फ़ाइल का आकार 487 KB
स्थापना संख्या 5,495
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2022-11-17
प्रकाशन तिथि 2022-07-07
रेटिंग 4.40/5 कुल 10 रेटिंग्स
डेवलपर https://webblockerextension.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.webblockerextension.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Blocker",
    "description": "Block unlimited website for free",
    "version": "2.1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/images\/Logo-16.png",
            "32": "\/images\/Logo-32.png",
            "48": "\/images\/Logo-48.png",
            "128": "\/images\/Logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/Logo-16.png",
        "32": "\/images\/Logo-32.png",
        "48": "\/images\/Logo-48.png",
        "128": "\/images\/Logo-128.png"
    },
    "options_page": "option\/index.html"
}