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是由Maeverr开发的Chrome扩展程序,该扩展的主要功能是“Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…”。

扩展截图

screenshot

下载Twitch Emotes Downloader扩展crx文件

下载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\/*"
            ]
        }
    ]
}