Block these URLs, Domains or Keywords

Site blocker. Blocks URL, Domain or URL with keywords. Redirect.

Block these URLs, Domains or Keywords क्या है?

Block these URLs, Domains or Keywords https://rq-dev.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Site blocker. Blocks URL, Domain or URL with keywords. Redirect."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Help yourself to be more productive and save time!
Block distracting or harmful sites easily!

What does this extension do:
- blocks URLs;
- blocks Domains;
- blocks URLs with keywords;
- redirect blocked pages (if you want);
- saves your time;
- password available.

Why this extension is better than other site blockers:
- Totally free;
- Low CPU usage;
- No ads and popups;
- No data collecting;
- 4 color themes (red, blue, green, black);
- Simple to use.

Don't forget to allow the extension to run in incognito mode!

If you forget your password - write me a letter!                    

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

नाम Block these URLs, Domains or Keywords Block these URLs, Domains or Keywords
ID ocbakdkmdijnkhlahjihbnjpkjepieio
आधिकारिक URL https://chromewebstore.google.com/detail/block-these-urls-domains/ocbakdkmdijnkhlahjihbnjpkjepieio
विवरण Site blocker. Blocks URL, Domain or URL with keywords. Redirect.
फ़ाइल का आकार 310 KB
स्थापना संख्या 3,478
वर्तमान संस्करण 4.17
अंतिम अपडेट 2023-12-02
प्रकाशन तिथि 2021-07-21
रेटिंग 4.53/5 कुल 77 रेटिंग्स
डेवलपर https://rq-dev.github.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/rq-dev
सहायता पृष्ठ URL https://vk.com/rqdev
गोपनीयता नीति पृष्ठ URL https://rq-dev.github.io/chrome-extensions-privacy-policy
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "4.17",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "URL Block",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "default_locale": "en",
    "options_page": "settings.html",
    "web_accessible_resources": [
        {
            "resources": [
                "settings.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}