Twitch Coin

Automatically gather your Twitch Coin while watching your favorite streamer.

什么是Twitch Coin?

Twitch Coin是由Amin NAIRI开发的Chrome扩展程序,该扩展的主要功能是“Automatically gather your Twitch Coin while watching your favorite streamer.”。

扩展截图

screenshot

下载Twitch Coin扩展crx文件

下载Twitch Coin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension will help you gather your channel points on Twitch TV while watching a live of your favorite streamer automatically by clicking the channel points button for you. You don't have to do anything, everything is done in the background for you.                    

扩展基本信息

名称 Twitch Coin Twitch Coin
ID jhoffdoklpjnpdjcgegphcicolpipocf
官方URL https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf
简介 Automatically gather your Twitch Coin while watching your favorite streamer.
文件大小 25.86 KB
安装次数 444
当前版本 0.1.2
更新时间 2021-05-26
上架时间 2020-07-16
评分 5.00/5 共1次评分
开发者 Amin NAIRI
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/aminnairi/twitch-coin#readme
帮助页面URL https://github.com/aminnairi/twitch-coin/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Coin",
    "version": "0.1.2",
    "description": "Automatically gather your Twitch Coin while watching your favorite streamer.",
    "homepage_url": "https:\/\/github.com\/aminnairi\/twitch-coin#readme",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "scripts\/twitch-coin.js"
            ]
        }
    ]
}