Blocksite

Light and easy way to block websites

O que é Blocksite?

Blocksite é uma extensão do Chrome desenvolvida por hektr992, e sua principal característica é "Light and easy way to block websites".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Blocksite

Baixe arquivos de extensão Blocksite 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

                        Light and easy way to block websites.

Stop websites from stealing your time and exploiting your internet addiction.
Just block them.

Features:
* Works silent(doesn't show you any notification, doesn't open any window, doesn't ask you any question, just silent does what you want)

* Easy to use(options are textarea with two buttons - save and disable/enable)

* Light(script size is only 5 kb and does not overload your cpu)

* Inconspicuous icon on chrome toolbar doesn't attract attention.

-------
Any feedback is greatly appreciated.
Thanks.                    

Informações Básicas da Extensão

Nome Blocksite Blocksite
ID ajdknbjjnloedkadkbkajlglplbgmgem
URL Oficial https://chrome.google.com/webstore/detail/blocksite/ajdknbjjnloedkadkbkajlglplbgmgem
Descrição Light and easy way to block websites
Tamanho do Arquivo 23.95 KB
Contagem de Instalações 1,000
Versão Atual 0.1.5.5
Última Atualização 2019-08-26
Data de Publicação 2019-08-26
Classificação 4.29/5 Total de 17 Avaliações
Desenvolvedor hektr992
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.1.5.5",
    "author": "hektr",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ]
}