BlockChan [4chan / 4channel]
Helps to block content on 4Chan
BlockChan [4chan / 4channel]とは何ですか?
BlockChan [4chan / 4channel]はlugg3によって開発されたChromeの拡張機能で、その主な機能は「Helps to block content on 4Chan」です。
拡張機能のスクリーンショット
BlockChan [4chan / 4channel]拡張機能のCRXファイルをダウンロード
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] |
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 |
Eメール | [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" ] } |