Block Site

Easily block websites of your choice!

Block Site क्या है?

Block Site Jorvi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily block websites of your choice!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Block Site is a browser extension to help you block desired websites (domains).

To work with this addon, simply right-click on any webpage and then click on the "Block this website" via the context-menu item. The website's domain address will be added to the block list (see options page). Please note, the whole domain will be added to the block list, not just a URL. To change this list, open the options page, remove the desired item, or add a new one. For any blocked domain, you can add a redirect URL on the options page. To do so, please first add a domain to the blocked list, and then add a redirect URL in the second column (as shown in the last screenshot). Now, instead of blocking a domain, the website will be redirected to the redirect URL. There is also an option to block desired iframes. To do so, please add the URL (for the iframe) in the designated area on the options page (top section).

To report bugs, please visit the addon's homepage (https://mybrowseraddon.com/block-site.html) and fill out the bug report form.                    

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

नाम Block Site Block Site
ID nkedbnokglppcmiencngilkkhhnpcfjb
आधिकारिक URL https://chromewebstore.google.com/detail/block-site/nkedbnokglppcmiencngilkkhhnpcfjb
विवरण Easily block websites of your choice!
फ़ाइल का आकार 33.57 KB
स्थापना संख्या 60,000
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2023-07-19
प्रकाशन तिथि 2018-05-30
रेटिंग 3.93/5 कुल 195 रेटिंग्स
डेवलपर Jorvi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/block-site.html
सहायता पृष्ठ URL https://mybrowseraddon.com/block-site.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.2",
    "name": "Block Site",
    "manifest_version": 3,
    "offline_enabled": true,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "description": "Easily block websites of your choice!",
    "homepage_url": "https:\/\/mybrowseraddon.com\/block-site.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "action": {
        "default_title": "Block Site",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}