Twitch Emotes Downloader
Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…
Cos'è Twitch Emotes Downloader?
Twitch Emotes Downloader è un'estensione di Chrome sviluppata da Maeverr, e la sua funzione principale è "Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Emotes Downloader
Scarica i file di estensione Twitch Emotes Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hchmfokcihnfaljjkdafaclojmgibcgm |
| URL Ufficiale | https://chromewebstore.google.com/detail/twitch-emotes-downloader/hchmfokcihnfaljjkdafaclojmgibcgm |
| Descrizione | Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,… |
| Dimensione del File | 53.21 KB |
| Conteggio Installazioni | 1,184 |
| Versione Corrente | 0.8 |
| Ultimo Aggiornamento | 2024-02-26 |
| Data di Pubblicazione | 2023-06-05 |
| Valutazione | 4.33/5 Totale 6 Valutazioni |
| Sviluppatore | Maeverr |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
}
]
} | |