BlockChan [4chan / 4channel]

Helps to block content on 4Chan

BlockChan [4chan / 4channel] là gì?

BlockChan [4chan / 4channel] là một tiện ích mở rộng Chrome được phát triển bởi lugg3, và tính năng chính của nó là "Helps to block content on 4Chan".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BlockChan [4chan / 4channel]

Tải xuống các tệp mở rộng BlockChan [4chan / 4channel] dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BlockChan [4chan / 4channel] BlockChan [4chan / 4channel]
ID oiiimkbclbhhccdobdjlpfdopkmfiapi
URL Chính Thức https://chromewebstore.google.com/detail/blockchan-4chan-4channel/oiiimkbclbhhccdobdjlpfdopkmfiapi
Mô tả Helps to block content on 4Chan
Kích Thước Tệp 27.07 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2020-11-11
Ngày Phát Hành 2020-11-10
Nhà Phát Triển lugg3
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}