Time based URL blocking

URL blocking for specific time periods of a day

Was ist Time based URL blocking?

Time based URL blocking ist eine Chrome-Erweiterung, die von Gracetech services entwickelt wurde, und ihr Hauptmerkmal ist "URL blocking for specific time periods of a day".

Erweiterungsscreenshots

screenshot

Time based URL blocking-Erweiterungs-CRX-Datei herunterladen

Laden Sie Time based URL blocking-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Time based URL blocking Time based URL blocking
ID hmacejdlhhkfkgooahkhnnakjdnmfneg
Offizielle URL https://chromewebstore.google.com/detail/time-based-url-blocking/hmacejdlhhkfkgooahkhnnakjdnmfneg
Beschreibung URL blocking for specific time periods of a day
Dateigröße 55.21 KB
Installationsanzahl 52
Aktuelle Version 1.0
Letztes Update 2019-04-19
Veröffentlichungsdatum 2019-04-15
Bewertung 3.75/5 Insgesamt 4 Bewertungen
Entwickler Gracetech services
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}