Twitch Emotes Downloader
Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…
Vad är Twitch Emotes Downloader?
Twitch Emotes Downloader är en Chrome-tillägg utvecklad av Maeverr, och dess huvudfunktion är "Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…".
Tilläggsskärmbilder
Ladda ner Twitch Emotes Downloader-förlängningens CRX-fil
Ladda ner Twitch Emotes Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | hchmfokcihnfaljjkdafaclojmgibcgm | 
| Officiell webbadress | https://chromewebstore.google.com/detail/twitch-emotes-downloader/hchmfokcihnfaljjkdafaclojmgibcgm | 
| Beskrivning | Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,… | 
| Filstorlek | 53.21 KB | 
| Antal Installationer | 1,184 | 
| Aktuell Version | 0.8 | 
| Senast Uppdaterad | 2024-02-26 | 
| Publiceringsdatum | 2023-06-05 | 
| Betyg | 4.33/5 Totalt 6 Betyg | 
| Utvecklare | Maeverr | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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\/*"
            ]
        }
    ]
}  |  |