Twitch Emotes Downloader
Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…
Wat is Twitch Emotes Downloader?
Twitch Emotes Downloader is een Chrome-extensie ontwikkeld door Maeverr, en de belangrijkste functie is "Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Emotes Downloader
Download Twitch Emotes Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | hchmfokcihnfaljjkdafaclojmgibcgm |
| Officiële URL | https://chromewebstore.google.com/detail/twitch-emotes-downloader/hchmfokcihnfaljjkdafaclojmgibcgm |
| Beschrijving | Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,… |
| Bestandsgrootte | 53.21 KB |
| Aantal Installaties | 1,184 |
| Huidige Versie | 0.8 |
| Laatst Bijgewerkt | 2024-02-26 |
| Publicatiedatum | 2023-06-05 |
| Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Maeverr |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |