Time based URL blocking

URL blocking for specific time periods of a day

Qu'est-ce que Time based URL blocking ?

Time based URL blocking est une extension Chrome développée par Gracetech services, et sa fonction principale est "URL blocking for specific time periods of a day".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Time based URL blocking

Téléchargez les fichiers d'extension Time based URL blocking au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Time based URL blocking Time based URL blocking
ID hmacejdlhhkfkgooahkhnnakjdnmfneg
URL Officiel https://chromewebstore.google.com/detail/time-based-url-blocking/hmacejdlhhkfkgooahkhnnakjdnmfneg
Description URL blocking for specific time periods of a day
Taille du Fichier 55.21 KB
Nombre d'Installations 52
Version Actuelle 1.0
Dernière Mise à Jour 2019-04-19
Date de Publication 2019-04-15
Évaluation 3.75/5 Total 4 Évaluations
Développeur Gracetech services
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}