Uncropper
Show full size images and videos on Twitter timeline !
Uncropperคืออะไร?
Uncropper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yanou.dev และคุณลักษณะหลักของมันคือ "Show full size images and videos on Twitter timeline !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Uncropper
ดาวน์โหลดไฟล์ส่วนขยาย Uncropper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of having to click on the image of a tweet to be able to see it in full-size? Uncropper is for you 🐦 With Uncropper, all images and videos will be displayed in full-size in your timeline. Step 1: Install Step 2: Enjoy :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Uncropper |
ID | hkehbcopcnnmlllianhbbmdicenlchjb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/uncropper/hkehbcopcnnmlllianhbbmdicenlchjb |
คำอธิบาย | Show full size images and videos on Twitter timeline ! |
ขนาดไฟล์ | 17.2 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2023-02-28 |
วันที่เผยแพร่ | 2023-02-22 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://yanou.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://yanou.dev |
URL หน้าช่วยเหลือ | https://yanou.dev |
URL หน้านโยบายความเป็นส่วนตัว | https://www.notion.so/Yanis-KERRIOU-850c35ea0c4a47cf8bd14ecda6dede91 |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Uncropper", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.2.1", "author": "[email protected]", "homepage_url": "https:\/\/yanou.dev", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "scripts\/*" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |