Twitch Reward Claimer

Automatically claim twitch channel points rewards.

什麼是Twitch Reward Claimer?

Twitch Reward Claimer是由Xenova開發的Chrome擴展程式,該擴展的主要功能是“Automatically claim twitch channel points rewards.”。

擴展截圖

screenshot

下載Twitch Reward Claimer擴展crx文件

下載Twitch Reward Claimer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Tired of clicking "Click to claim a bonus!" to get channel points on twitch.tv? Use this Chrome extension to automatically claim channel point rewards.                    

擴展基本資訊

名稱 Twitch Reward Claimer Twitch Reward Claimer
ID ebdhfgaeakejhkmikccanilmpadplhak
官方網址 https://chrome.google.com/webstore/detail/twitch-reward-claimer/ebdhfgaeakejhkmikccanilmpadplhak
簡介 Automatically claim twitch channel points rewards.
檔案大小 5.35 KB
安裝次數 743
目前版本 1.0.0
更新時間 2020-10-04
上架時間 2020-10-04
評分 1.00/5 共 1 次評分
開發者 Xenova
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/xenova/twitch-reward-claimer
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Reward Claimer",
    "version": "1.0.0",
    "description": "Automatically claim twitch channel points rewards.",
    "short_name": "Twitch Reward Claimer",
    "permissions": [
        "https:\/\/www.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Twitch Reward Claimer",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "homepage_url": "https:\/\/github.com\/xenova\/twitch-reward-claimer"
}