Time based URL blocking

URL blocking for specific time periods of a day

Hvad er Time based URL blocking?

Time based URL blocking er en Chrome-udvidelse udviklet af Gracetech services, og dens hovedfunktion er "URL blocking for specific time periods of a day".

Udvidelsesskærmbilleder

screenshot

Download Time based URL blocking-udvidelses-CRX-fil

Download Time based URL blocking-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Time based URL blocking Time based URL blocking
ID hmacejdlhhkfkgooahkhnnakjdnmfneg
Officiel URL https://chromewebstore.google.com/detail/time-based-url-blocking/hmacejdlhhkfkgooahkhnnakjdnmfneg
Beskrivelse URL blocking for specific time periods of a day
Filstørrelse 55.21 KB
Antal Installationer 52
Nuværende Version 1.0
Senest Opdateret 2019-04-19
Udgivelsesdato 2019-04-15
Bedømmelse 3.75/5 Samlet 4 Bedømmelser
Udvikler Gracetech services
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}