BlockChan [4chan / 4channel]
Helps to block content on 4Chan
Что такое BlockChan [4chan / 4channel]?
BlockChan [4chan / 4channel] - это расширение Chrome, разработанное lugg3, и его основная функция - "Helps to block content on 4Chan".
Снимки экрана расширения
Скачать файл 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] |
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" ] } |