Channel Point and Drop Collector

Collects bonus channel points and claims Drops while watching a stream on Twitch.

什么是Channel Point and Drop Collector?

Channel Point and Drop Collector是由WeaselStorm开发的Chrome扩展程序,该扩展的主要功能是“Collects bonus channel points and claims Drops while watching a stream on Twitch.”。

扩展截图

screenshot

下载Channel Point and Drop Collector扩展crx文件

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

扩展使用说明

                        Collects bonus channel points while watching your favorite streamers and claims any Drops from the new Twitch Drops and Inventory system automatically. Simply open the stream you wish to claim drops from and let the extension do the rest.                    

扩展基本信息

名称 Channel Point and Drop Collector Channel Point and Drop Collector
ID ffnpmjlpaidhikgbhnjdhpcjcnlonigg
官方URL https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg
简介 Collects bonus channel points and claims Drops while watching a stream on Twitch.
文件大小 11.4 KB
安装次数 3,691
当前版本 0.0.10
更新时间 2022-01-02
上架时间 2021-12-22
评分 3.57/5 共7次评分
开发者 WeaselStorm
电子邮箱 [email protected]
扩展官网 https://github.com/WeaselStorm/ChannelPointCollector
帮助页面URL https://github.com/WeaselStorm/ChannelPointCollector/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Channel Point and Drop Collector",
    "version": "0.0.10",
    "description": "Collects bonus channel points and claims Drops while watching a stream on Twitch.",
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "js\/interaction.js"
            ]
        }
    ]
}