BlockChan [4chan / 4channel]
Helps to block content on 4Chan
What is BlockChan [4chan / 4channel]?
BlockChan [4chan / 4channel] is a Chrome extension developed by lugg3, and its main feature is "Helps to block content on 4Chan".
Extension Screenshots
Download BlockChan [4chan / 4channel] Extension CRX File
Download BlockChan [4chan / 4channel] extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | BlockChan [4chan / 4channel] |
ID | oiiimkbclbhhccdobdjlpfdopkmfiapi |
Official URL | https://chromewebstore.google.com/detail/blockchan-4chan-4channel/oiiimkbclbhhccdobdjlpfdopkmfiapi |
Description | Helps to block content on 4Chan |
File Size | 27.07 KB |
Installation Count | 55 |
Current Version | 1.1.1 |
Last Updated | 2020-11-11 |
Publish Date | 2020-11-10 |
Developer | lugg3 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |