Twitch Auto Channel Points

Automatically collects twitch channel points for you!

什麼是Twitch Auto Channel Points?

Twitch Auto Channel Points是由joelkerfoot開發的Chrome擴展程式,該擴展的主要功能是“Automatically collects twitch channel points for you!”。

擴展截圖

screenshot

下載Twitch Auto Channel Points擴展crx文件

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

擴展使用說明

                        Automatically claims Channel Points on all twitch streams.

Works on multiple tabs.

View the source: https://github.com/kerfootj/twitch-auto-points                    

擴展基本資訊

名稱 Twitch Auto Channel Points Twitch Auto Channel Points
ID ohokfmiofkajalkbbdjbjlfbociflmfd
官方網址 https://chrome.google.com/webstore/detail/twitch-auto-channel-point/ohokfmiofkajalkbbdjbjlfbociflmfd
簡介 Automatically collects twitch channel points for you!
檔案大小 6.07 KB
安裝次數 20,000
目前版本 1.0.0
更新時間 2020-01-13
上架時間 2020-01-13
評分 3.69/5 共 26 次評分
開發者 joelkerfoot
付費類型 free
擴展官網 https://github.com/kerfootj/twitch-auto-points
說明頁面URL https://github.com/kerfootj/twitch-auto-points/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto Channel Points",
    "version": "1.0.0",
    "description": "Automatically collects twitch channel points for you!",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "points.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    }
}