Twitch Emotes Downloader

Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…

Qu'est-ce que Twitch Emotes Downloader ?

Twitch Emotes Downloader est une extension Chrome développée par Maeverr, et sa fonction principale est "Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitch Emotes Downloader

Téléchargez les fichiers d'extension Twitch Emotes Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twitch Emotes Downloader Twitch Emotes Downloader
ID hchmfokcihnfaljjkdafaclojmgibcgm
URL Officiel 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,…
Taille du Fichier 53.21 KB
Nombre d'Installations 1,184
Version Actuelle 0.8
Dernière Mise à Jour 2024-02-26
Date de Publication 2023-06-05
Évaluation 4.33/5 Total 6 Évaluations
Développeur Maeverr
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}