BlockChan [4chan / 4channel]

Helps to block content on 4Chan

Qu'est-ce que BlockChan [4chan / 4channel] ?

BlockChan [4chan / 4channel] est une extension Chrome développée par lugg3, et sa fonction principale est "Helps to block content on 4Chan".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BlockChan [4chan / 4channel]

Téléchargez les fichiers d'extension BlockChan [4chan / 4channel] au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BlockChan [4chan / 4channel] BlockChan [4chan / 4channel]
ID oiiimkbclbhhccdobdjlpfdopkmfiapi
URL Officiel https://chromewebstore.google.com/detail/blockchan-4chan-4channel/oiiimkbclbhhccdobdjlpfdopkmfiapi
Description Helps to block content on 4Chan
Taille du Fichier 27.07 KB
Nombre d'Installations 55
Version Actuelle 1.1.1
Dernière Mise à Jour 2020-11-11
Date de Publication 2020-11-10
Développeur lugg3
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}