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
官方網址 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"
            ]
        }
    ]
}