Time based URL blocking

URL blocking for specific time periods of a day

Wat is Time based URL blocking?

Time based URL blocking is een Chrome-extensie ontwikkeld door Gracetech services, en de belangrijkste functie is "URL blocking for specific time periods of a day".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Time based URL blocking

Download Time based URL blocking-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Time based URL blocking Time based URL blocking
ID hmacejdlhhkfkgooahkhnnakjdnmfneg
Officiële URL https://chromewebstore.google.com/detail/time-based-url-blocking/hmacejdlhhkfkgooahkhnnakjdnmfneg
Beschrijving URL blocking for specific time periods of a day
Bestandsgrootte 55.21 KB
Aantal Installaties 52
Huidige Versie 1.0
Laatst Bijgewerkt 2019-04-19
Publicatiedatum 2019-04-15
Beoordeling 3.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Gracetech services
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}