BlockChan [4chan / 4channel]

Helps to block content on 4Chan

O que é BlockChan [4chan / 4channel]?

BlockChan [4chan / 4channel] é uma extensão do Chrome desenvolvida por lugg3, e sua principal característica é "Helps to block content on 4Chan".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BlockChan [4chan / 4channel]

Baixe arquivos de extensão BlockChan [4chan / 4channel] 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

                        This extensions helps to block content on 4chan.

If the first message of a thread contains a word which is on the blocklist all image thumbnails in this thread will be hidden. The images can still be opened by clicking on them.

The blocklist can be edited in the popup menu.

Right-Clicking the first thumbnail in a thread gives you the option to hide or show all thumbnails in a specific thread.                    

Informações Básicas da Extensão

Nome BlockChan [4chan / 4channel] BlockChan [4chan / 4channel]
ID oiiimkbclbhhccdobdjlpfdopkmfiapi
URL Oficial https://chromewebstore.google.com/detail/blockchan-4chan-4channel/oiiimkbclbhhccdobdjlpfdopkmfiapi
Descrição Helps to block content on 4Chan
Tamanho do Arquivo 27.07 KB
Contagem de Instalações 55
Versão Atual 1.1.1
Última Atualização 2020-11-11
Data de Publicação 2020-11-10
Desenvolvedor lugg3
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BlockChan [4chan \/ 4channel]",
    "version": "1.1.1",
    "description": "Helps to block content on 4Chan",
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "background": {
        "scripts": [
            "initializeBlocklist.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/boards.4channel.org\/*\/*",
                "*:\/\/boards.4chan.org\/*\/*"
            ],
            "js": [
                "thumbBlock.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}