Twitch Emotes Downloader
Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…
What is Twitch Emotes Downloader?
Twitch Emotes Downloader is a Chrome extension developed by Maeverr, and its main feature is "Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…".
Extension Screenshots
Download Twitch Emotes Downloader Extension CRX File
Download Twitch Emotes Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Twitch Emotes Downloader |
ID | hchmfokcihnfaljjkdafaclojmgibcgm |
Official URL | https://chromewebstore.google.com/detail/twitch-emotes-downloader/hchmfokcihnfaljjkdafaclojmgibcgm |
Description | Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,… |
File Size | 53.21 KB |
Installation Count | 1,184 |
Current Version | 0.8 |
Last Updated | 2024-02-26 |
Publish Date | 2023-06-05 |
Rating | 4.33/5 Total 6 Ratings |
Developer | Maeverr |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |