Twitch Emotes Downloader

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

Τι είναι το Twitch Emotes Downloader;

Το Twitch Emotes Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Maeverr, και η κύρια λειτουργία του είναι "Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Twitch Emotes Downloader

Λήψη αρχείων επέκτασης Twitch Emotes Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Twitch Emotes Downloader Twitch Emotes Downloader
ID hchmfokcihnfaljjkdafaclojmgibcgm
Επίσημο URL https://chromewebstore.google.com/detail/twitch-emotes-downloader/hchmfokcihnfaljjkdafaclojmgibcgm
Περιγραφή Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…
Μέγεθος Αρχείου 53.21 KB
Αριθμός Εγκαταστάσεων 1,184
Τρέχουσα Έκδοση 0.8
Τελευταία Ενημέρωση 2024-02-26
Ημερομηνία Δημοσίευσης 2023-06-05
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Maeverr
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}