BlockChan [4chan / 4channel]

Helps to block content on 4Chan

Apa itu BlockChan [4chan / 4channel]?

BlockChan [4chan / 4channel] adalah ekstensi Chrome yang dikembangkan oleh lugg3, dan fitur utamanya adalah "Helps to block content on 4Chan".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BlockChan [4chan / 4channel]

Unduh file ekstensi BlockChan [4chan / 4channel] dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama BlockChan [4chan / 4channel] BlockChan [4chan / 4channel]
ID oiiimkbclbhhccdobdjlpfdopkmfiapi
URL Resmi https://chromewebstore.google.com/detail/blockchan-4chan-4channel/oiiimkbclbhhccdobdjlpfdopkmfiapi
Deskripsi Helps to block content on 4Chan
Ukuran File 27.07 KB
Jumlah Instalasi 55
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2020-11-11
Tanggal Publikasi 2020-11-10
Pengembang lugg3
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}