Twitter Large Thumbnails

This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.

ما هو Twitter Large Thumbnails؟

Twitter Large Thumbnails هو إضافة Chrome تم تطويرها بواسطة m8u، والميزة الرئيسية لها هي "This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Twitter Large Thumbnails

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

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

                        See posts of your favorite artists and photographers without image cropping.                    

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

الاسم Twitter Large Thumbnails Twitter Large Thumbnails
ID lhmanalklfkgpfkinflfepcepbgkpmai
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitter-large-thumbnails/lhmanalklfkgpfkinflfepcepbgkpmai
الوصف This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.
حجم الملف 20.88 KB
عدد التثبيتات 2,377
النسخة الحالية 1.3.7
آخر تحديث 2023-11-22
تاريخ النشر 2020-04-30
تقييم 4.38/5 مجموع تقييمات 29
المطور m8u
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Large Thumbnails",
    "version": "1.3.7",
    "description": "This extension enlarges the containers of single-media posts in Twitter so images appear in full size without cropping.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}