BlockChan [4chan / 4channel]

Helps to block content on 4Chan

Was ist BlockChan [4chan / 4channel]?

BlockChan [4chan / 4channel] ist eine Chrome-Erweiterung, die von lugg3 entwickelt wurde, und ihr Hauptmerkmal ist "Helps to block content on 4Chan".

Erweiterungsscreenshots

screenshot

BlockChan [4chan / 4channel]-Erweiterungs-CRX-Datei herunterladen

Laden Sie BlockChan [4chan / 4channel]-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name BlockChan [4chan / 4channel] BlockChan [4chan / 4channel]
ID oiiimkbclbhhccdobdjlpfdopkmfiapi
Offizielle URL https://chromewebstore.google.com/detail/blockchan-4chan-4channel/oiiimkbclbhhccdobdjlpfdopkmfiapi
Beschreibung Helps to block content on 4Chan
Dateigröße 27.07 KB
Installationsanzahl 55
Aktuelle Version 1.1.1
Letztes Update 2020-11-11
Veröffentlichungsdatum 2020-11-10
Entwickler lugg3
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}