BlockThis - The Lightweight Website Blocker

A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.

O que é BlockThis - The Lightweight Website Blocker?

BlockThis - The Lightweight Website Blocker é uma extensão do Chrome desenvolvida por Luka Momcilovic, e sua principal característica é "A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão BlockThis - The Lightweight Website Blocker

Baixe arquivos de extensão BlockThis - The Lightweight Website Blocker 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

                        A lightweight website-blocker for Chrome that's clean, simple and efficient. 

Bugs and tips can be posted in the comments section on the extension page.                    

Informações Básicas da Extensão

Nome BlockThis - The Lightweight Website Blocker BlockThis - The Lightweight Website Blocker
ID dbegggnomcamjklilbebknbblkgjahjc
URL Oficial https://chrome.google.com/webstore/detail/blockthis-the-lightweight/dbegggnomcamjklilbebknbblkgjahjc
Descrição A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.
Tamanho do Arquivo 214 KB
Contagem de Instalações 35
Versão Atual 1.0
Última Atualização 2020-04-14
Data de Publicação 2020-04-12
Desenvolvedor Luka Momcilovic
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sites.google.com/view/undetectableadblocker/start
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BlockThis - The Lightweight Website Blocker",
    "version": "1.0",
    "description": "A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.",
    "permissions": [
        "",
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "\/blocked.html",
        "\/load.js"
    ]
}