Twitch Emotes Downloader

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

O que é Twitch Emotes Downloader?

Twitch Emotes Downloader é uma extensão do Chrome desenvolvida por Maeverr, e sua principal característica é "Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch Emotes Downloader

Baixe arquivos de extensão Twitch Emotes Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Twitch Emotes Downloader Twitch Emotes Downloader
ID hchmfokcihnfaljjkdafaclojmgibcgm
URL Oficial https://chromewebstore.google.com/detail/twitch-emotes-downloader/hchmfokcihnfaljjkdafaclojmgibcgm
Descrição Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…
Tamanho do Arquivo 53.21 KB
Contagem de Instalações 1,184
Versão Atual 0.8
Última Atualização 2024-02-26
Data de Publicação 2023-06-05
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor Maeverr
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
            ]
        }
    ]
}