Block these URLs, Domains or Keywords

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

Was ist Block these URLs, Domains or Keywords?

Block these URLs, Domains or Keywords ist eine Chrome-Erweiterung, die von https://rq-dev.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Site blocker. Blocks URL, Domain or URL with keywords. Redirect.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Block these URLs, Domains or Keywords-Erweiterungs-CRX-Datei herunterladen

Laden Sie Block these URLs, Domains or Keywords-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Block these URLs, Domains or Keywords Block these URLs, Domains or Keywords
ID ocbakdkmdijnkhlahjihbnjpkjepieio
Offizielle URL https://chromewebstore.google.com/detail/block-these-urls-domains/ocbakdkmdijnkhlahjihbnjpkjepieio
Beschreibung Site blocker. Blocks URL, Domain or URL with keywords. Redirect.
Dateigröße 310 KB
Installationsanzahl 3,478
Aktuelle Version 4.17
Letztes Update 2023-12-02
Veröffentlichungsdatum 2021-07-21
Bewertung 4.53/5 Insgesamt 77 Bewertungen
Entwickler https://rq-dev.github.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/rq-dev
Hilfeseite URL https://vk.com/rqdev
URL der Datenschutzrichtlinien-Seite https://rq-dev.github.io/chrome-extensions-privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}