Twitter GIFs fullscreener
Create fullscreen icon over twitter GIFs post to allows toggle full screen mode
Twitter GIFs fullscreenerคืออะไร?
Twitter GIFs fullscreener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aleha_84 และคุณลักษณะหลักของมันคือ "Create fullscreen icon over twitter GIFs post to allows toggle full screen mode"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter GIFs fullscreener
ดาวน์โหลดไฟล์ส่วนขยาย Twitter GIFs fullscreener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
People who use twitter from a desktop browser have certainly noticed that tweets containing GIFs cannot be switched to full screen mode. It gets awkward when artists publish their art in this format (because it avoids over-compression). This extension allows you to view such posts in full screen mode.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | inlidenghlhianjapipmmnjajkccoocf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-gifs-fullscreener/inlidenghlhianjapipmmnjajkccoocf |
คำอธิบาย | Create fullscreen icon over twitter GIFs post to allows toggle full screen mode |
ขนาดไฟล์ | 12.4 KB |
จำนวนการติดตั้ง | 395 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-07-14 |
วันที่เผยแพร่ | 2021-07-14 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | aleha_84 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter GIFs fullscreener", "description": "Create fullscreen icon over twitter GIFs post to allows toggle full screen mode", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "main.js" ] } ], "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |