BlockChan [4chan / 4channel]

Helps to block content on 4Chan

BlockChan [4chan / 4channel]란 무엇입니까?

BlockChan [4chan / 4channel]은(는) lugg3에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps to block content on 4Chan"입니다.

확장 프로그램 스크린샷

screenshot

BlockChan [4chan / 4channel] 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}