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