4chan Expand Images

Easily expand images in 4chan

ما هو 4chan Expand Images؟

4chan Expand Images هو إضافة Chrome تم تطويرها بواسطة alexiszam، والميزة الرئيسية لها هي "Easily expand images in 4chan".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة 4chan Expand Images

قم بتنزيل ملفات الامتداد 4chan Expand Images بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Easily expand all images in a 4chan thread. Simply right-click on the page, choose "Expand images" from the menu and all images will expand!                    

معلومات أساسية عن التمديد

الاسم 4chan Expand Images 4chan Expand Images
ID fkkiappinjfoifojbgbfgcnibfjffphk
عنوان URL الرسمي https://chromewebstore.google.com/detail/4chan-expand-images/fkkiappinjfoifojbgbfgcnibfjffphk
الوصف Easily expand images in 4chan
حجم الملف 33.64 KB
عدد التثبيتات 3,046
النسخة الحالية 1.0.0
آخر تحديث 2021-01-07
تاريخ النشر 2020-12-29
تقييم 5.00/5 مجموع تقييمات 5
المطور alexiszam
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/AlexisZam/4chan-expand-images
عنوان صفحة المساعدة https://github.com/AlexisZam/4chan-expand-images/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "description": "Easily expand images in 4chan",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "4chan Expand Images",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "version": "1.0.0"
}