Time based URL blocking

URL blocking for specific time periods of a day

O que é Time based URL blocking?

Time based URL blocking é uma extensão do Chrome desenvolvida por Gracetech services, e sua principal característica é "URL blocking for specific time periods of a day".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Time based URL blocking

Baixe arquivos de extensão Time based URL blocking no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Time based URL blocking Time based URL blocking
ID hmacejdlhhkfkgooahkhnnakjdnmfneg
URL Oficial https://chromewebstore.google.com/detail/time-based-url-blocking/hmacejdlhhkfkgooahkhnnakjdnmfneg
Descrição URL blocking for specific time periods of a day
Tamanho do Arquivo 55.21 KB
Contagem de Instalações 52
Versão Atual 1.0
Última Atualização 2019-04-19
Data de Publicação 2019-04-15
Classificação 3.75/5 Total de 4 Avaliações
Desenvolvedor Gracetech services
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}