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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}