Twitch - Auto Claim Points(忠誠點數)

Automatically claim the bonus channel points when the option pops up in twitch chat.

什麼是Twitch - Auto Claim Points(忠誠點數)?

Twitch - Auto Claim Points(忠誠點數)是由ITyouG開發的Chrome擴展程式,該擴展的主要功能是“Automatically claim the bonus channel points when the option pops up in twitch chat.”。

擴展截圖

screenshot

下載Twitch - Auto Claim Points(忠誠點數)擴展crx文件

下載Twitch - Auto Claim Points(忠誠點數)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Automatically claim the bonus channel points when the option pops up in twitch chat.

This extension will redeem the bonus points from Twitch Channel Points that are given to viewers during live streams each 15 minutes.

Source code:https://github.com/ITyouG/Auto-Claim-Twitch-Points                    

擴展基本資訊

名稱 Twitch - Auto Claim Points(忠誠點數) Twitch - Auto Claim Points(忠誠點數)
ID gjhoghnlnfbcacnbfagcbfdmjejebaje
官方網址 https://chromewebstore.google.com/detail/twitch-auto-claim-points%E5%BF%A0/gjhoghnlnfbcacnbfagcbfdmjejebaje
簡介 Automatically claim the bonus channel points when the option pops up in twitch chat.
檔案大小 6.07 KB
安裝次數 674
目前版本 1.0.0
更新時間 2021-11-03
上架時間 2021-03-07
評分 3.00/5 共 2 次評分
開發者 ITyouG
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch - Auto Claim Points(\u5fe0\u8aa0\u9ede\u6578)",
    "description": "Automatically claim the bonus channel points when the option pops up in twitch chat.",
    "version": "1.0.0",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/www.twitch.tv\/*",
        "https:\/\/www.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "injected.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png"
    }
}