BlockChan [4chan / 4channel]

Helps to block content on 4Chan

BlockChan [4chan / 4channel]คืออะไร?

BlockChan [4chan / 4channel] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lugg3 และคุณลักษณะหลักของมันคือ "Helps to block content on 4Chan"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BlockChan [4chan / 4channel]

ดาวน์โหลดไฟล์ส่วนขยาย BlockChan [4chan / 4channel] ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BlockChan [4chan / 4channel] BlockChan [4chan / 4channel]
ID oiiimkbclbhhccdobdjlpfdopkmfiapi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blockchan-4chan-4channel/oiiimkbclbhhccdobdjlpfdopkmfiapi
คำอธิบาย Helps to block content on 4Chan
ขนาดไฟล์ 27.07 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2020-11-11
วันที่เผยแพร่ 2020-11-10
ผู้พัฒนา lugg3
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}