Twitch - Auto Channel Points

Automatically collects Twitch.tv channel points

什么是Twitch - Auto Channel Points?

Twitch - Auto Channel Points是由arnoutpullen开发的Chrome扩展程序,该扩展的主要功能是“Automatically collects Twitch.tv channel points”。

扩展截图

screenshot

下载Twitch - Auto Channel Points扩展crx文件

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

扩展使用说明

                        Automatically collects Twitch.tv channel points, without you having to do anything. This way you can collect a lot of points while watching your favorite streamer(s)!

If it doesn't work on your browser, I recommed to try the BetterTTV extension.
https://chrome.google.com/webstore/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped                    

扩展基本信息

名称 Twitch - Auto Channel Points Twitch - Auto Channel Points
ID pnifeididimfpaomnnellcfjnjmgoepk
官方URL https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk
简介 Automatically collects Twitch.tv channel points
文件大小 19.93 KB
安装次数 14,799
当前版本 1.0.2
更新时间 2022-01-27
上架时间 2020-04-07
评分 2.86/5 共36次评分
开发者 arnoutpullen
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ArnoutPullen/TwitchAutoChannelPoints
帮助页面URL https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch - Auto Channel Points",
    "description": "Automatically collects Twitch.tv channel points",
    "version": "1.0.2",
    "author": "Arnout Pullen",
    "content_scripts": [
        {
            "js": [
                "sites\/twitch\/twitch.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "icons": {
        "128": "assets\/icons\/icon-128x128.png",
        "16": "assets\/icons\/icon-16x16.png",
        "32": "assets\/icons\/icon-32x32.png",
        "48": "assets\/icons\/icon-48x48.png"
    }
}