4chan expand
auto expand image on 4chan
ما هو 4chan expand؟
4chan expand هو إضافة Chrome تم تطويرها بواسطة ea، والميزة الرئيسية لها هي "auto expand image on 4chan".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 4chan expand
قم بتنزيل ملفات الامتداد 4chan expand بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Auto expand images on 4chan. 4chan's option "Image expansion" must be set (which is the default).
معلومات أساسية عن التمديد
الاسم | 4chan expand |
ID | ikbkkokmckipffdffgdigdmbfjjbjpak |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/4chan-expand/ikbkkokmckipffdffgdigdmbfjjbjpak |
الوصف | auto expand image on 4chan |
حجم الملف | 3.74 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2023-02-10 |
تاريخ النشر | 2016-03-04 |
تقييم | 3.88/5 مجموع تقييمات 8 |
المطور | ea |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Etana/4chan_expand |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "4chan expand", "description": "auto expand image on 4chan", "version": "1.0.3", "content_scripts": [ { "matches": [ "https:\/\/boards.4chan.org\/*\/thread\/*", "https:\/\/boards.4channel.org\/*\/thread\/*" ], "js": [ "e.js" ] } ], "icons": { "128": "i.png" } } |