Time based URL blocking

URL blocking for specific time periods of a day

Co to jest Time based URL blocking?

Time based URL blocking to rozszerzenie Chrome opracowane przez Gracetech services, a jego główną funkcją jest „URL blocking for specific time periods of a day”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Time based URL blocking

Pobierz pliki rozszerzeń Time based URL blocking w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Time based URL blocking Time based URL blocking
ID hmacejdlhhkfkgooahkhnnakjdnmfneg
Oficjalny URL https://chromewebstore.google.com/detail/time-based-url-blocking/hmacejdlhhkfkgooahkhnnakjdnmfneg
Opis URL blocking for specific time periods of a day
Rozmiar pliku 55.21 KB
Liczba instalacji 52
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-04-19
Data Publikacji 2019-04-15
Ocena 3.75/5 Łącznie 4 Oceny
Deweloper Gracetech services
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}