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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |