Block these URLs, Domains or Keywords

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

Cos'è Block these URLs, Domains or Keywords?

Block these URLs, Domains or Keywords è un'estensione di Chrome sviluppata da https://rq-dev.github.io, e la sua funzione principale è "Site blocker. Blocks URL, Domain or URL with keywords. Redirect.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Block these URLs, Domains or Keywords

Scarica i file di estensione Block these URLs, Domains or Keywords in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Block these URLs, Domains or Keywords Block these URLs, Domains or Keywords
ID ocbakdkmdijnkhlahjihbnjpkjepieio
URL Ufficiale https://chromewebstore.google.com/detail/block-these-urls-domains/ocbakdkmdijnkhlahjihbnjpkjepieio
Descrizione Site blocker. Blocks URL, Domain or URL with keywords. Redirect.
Dimensione del File 310 KB
Conteggio Installazioni 3,478
Versione Corrente 4.17
Ultimo Aggiornamento 2023-12-02
Data di Pubblicazione 2021-07-21
Valutazione 4.53/5 Totale 77 Valutazioni
Sviluppatore https://rq-dev.github.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rq-dev
URL della Pagina di Aiuto https://vk.com/rqdev
URL della Pagina della Politica sulla Privacy https://rq-dev.github.io/chrome-extensions-privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}