WebLock

Simple website locker

WebLock क्या है?

WebLock Perraco Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple website locker"।

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

screenshot
screenshot

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

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

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

                        Temporarily block access to a list of websites.

When blocking is enabled, any of the desired websites will display an error every time access is attempted.

You can also set a PIN to access the extension and disable the lock.

It is possible to block only subdomains or subdirectories, instead of an entire website. See some examples in the extension itself.                    

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

नाम WebLock WebLock
ID liefgbafdofhlkmccpgfnledbigaiona
आधिकारिक URL https://chromewebstore.google.com/detail/weblock/liefgbafdofhlkmccpgfnledbigaiona
विवरण Simple website locker
फ़ाइल का आकार 26.43 KB
स्थापना संख्या 420
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-11-03
प्रकाशन तिथि 2022-11-03
डेवलपर Perraco Labs
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.perracolabs.com/privacy-policy-chrome-extensions
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WebLock",
    "description": "Simple website locker",
    "version": "1.0",
    "icons": {
        "128": "icon_off.png"
    },
    "minimum_chrome_version": "92",
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "page_main.html"
    }
}