Twitch Emotes Downloader
Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…
Twitch Emotes Downloaderคืออะไร?
Twitch Emotes Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maeverr และคุณลักษณะหลักของมันคือ "Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Emotes Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Emotes Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality, you can now choose between two convenient options. Option 1 enables you to download individual emoji images. Alternatively, with Option 2, you can effortlessly download the entire collection of emojis in a compressed zip file, saving you time and storage space.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch Emotes Downloader |
ID | hchmfokcihnfaljjkdafaclojmgibcgm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-emotes-downloader/hchmfokcihnfaljjkdafaclojmgibcgm |
คำอธิบาย | Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,… |
ขนาดไฟล์ | 53.21 KB |
จำนวนการติดตั้ง | 1,184 |
เวอร์ชันปัจจุบัน | 0.8 |
อัปเดตครั้งล่าสุด | 2024-02-26 |
วันที่เผยแพร่ | 2023-06-05 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Maeverr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Emotes Downloader", "version": "0.8", "icons": { "128": "icon.png" }, "background": { "scripts": [ "bg.js" ] }, "action": { "default_title": "init", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "run_at": "document_end", "js": [ "content-min.js" ], "matches": [ "https:\/\/www.twitch.tv\/*" ] }, { "run_at": "document_start", "js": [ "zipper.js" ], "matches": [ "https:\/\/www.twitch.tv\/*" ] } ] } |