Twitch Emotes Downloader
Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…
Apa itu Twitch Emotes Downloader?
Twitch Emotes Downloader adalah ekstensi Chrome yang dikembangkan oleh Maeverr, dan fitur utamanya adalah "Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch Emotes Downloader
Unduh file ekstensi Twitch Emotes Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Twitch Emotes Downloader |
ID | hchmfokcihnfaljjkdafaclojmgibcgm |
URL Resmi | https://chromewebstore.google.com/detail/twitch-emotes-downloader/hchmfokcihnfaljjkdafaclojmgibcgm |
Deskripsi | Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,… |
Ukuran File | 53.21 KB |
Jumlah Instalasi | 1,184 |
Versi Saat Ini | 0.8 |
Terakhir Diperbarui | 2024-02-26 |
Tanggal Publikasi | 2023-06-05 |
Penilaian | 4.33/5 Total 6 Penilaian |
Pengembang | Maeverr |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |