Time based URL blocking

URL blocking for specific time periods of a day

Cos'è Time based URL blocking?

Time based URL blocking è un'estensione di Chrome sviluppata da Gracetech services, e la sua funzione principale è "URL blocking for specific time periods of a day".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Time based URL blocking

Scarica i file di estensione Time based URL blocking 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

                        The app will allow you to specify the URLs you wish to be blocked, and the blocking time periods of each day of week.  You can use keywords to block all URLs that contain the keywords                    

Informazioni di Base sull'Estensione

Nome Time based URL blocking Time based URL blocking
ID hmacejdlhhkfkgooahkhnnakjdnmfneg
URL Ufficiale https://chromewebstore.google.com/detail/time-based-url-blocking/hmacejdlhhkfkgooahkhnnakjdnmfneg
Descrizione URL blocking for specific time periods of a day
Dimensione del File 55.21 KB
Conteggio Installazioni 52
Versione Corrente 1.0
Ultimo Aggiornamento 2019-04-19
Data di Pubblicazione 2019-04-15
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore Gracetech services
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time based URL blocking",
    "version": "1.0",
    "description": "URL blocking for specific time periods of a day",
    "background": {
        "scripts": [
            "commonfn.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "icons": {
        "48": "StopClock48.png",
        "128": "StopClock128.png"
    },
    "browser_action": {
        "default_icon": "StopClock48.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "manifest_version": 2
}