Time based URL blocking

URL blocking for specific time periods of a day

Vad är Time based URL blocking?

Time based URL blocking är en Chrome-tillägg utvecklad av Gracetech services, och dess huvudfunktion är "URL blocking for specific time periods of a day".

Tilläggsskärmbilder

screenshot

Ladda ner Time based URL blocking-förlängningens CRX-fil

Ladda ner Time based URL blocking-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Time based URL blocking Time based URL blocking
ID hmacejdlhhkfkgooahkhnnakjdnmfneg
Officiell webbadress https://chromewebstore.google.com/detail/time-based-url-blocking/hmacejdlhhkfkgooahkhnnakjdnmfneg
Beskrivning URL blocking for specific time periods of a day
Filstorlek 55.21 KB
Antal Installationer 52
Aktuell Version 1.0
Senast Uppdaterad 2019-04-19
Publiceringsdatum 2019-04-15
Betyg 3.75/5 Totalt 4 Betyg
Utvecklare Gracetech services
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}