Twitch Auto Channel Points Collector

Automatically collect channel points while you are watching someone on twitch.tv!

什麼是Twitch Auto Channel Points Collector?

Twitch Auto Channel Points Collector是由https://jerejacobson.com開發的Chrome擴展程式,該擴展的主要功能是“Automatically collect channel points while you are watching someone on twitch.tv!”。

擴展截圖

screenshot

下載Twitch Auto Channel Points Collector擴展crx文件

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

擴展使用說明

                        This is an extension for twitch.tv that will auto click on channel point gifts for you.                    

擴展基本資訊

名稱 Twitch Auto Channel Points Collector Twitch Auto Channel Points Collector
ID jhkcenchneiejpdcglhdodfokjabojfp
官方網址 https://chromewebstore.google.com/detail/twitch-auto-channel-point/jhkcenchneiejpdcglhdodfokjabojfp
簡介 Automatically collect channel points while you are watching someone on twitch.tv!
檔案大小 46.46 KB
安裝次數 153
目前版本 0.0.0.2
更新時間 2022-02-01
上架時間 2022-01-14
評分 5.00/5 共 1 次評分
開發者 https://jerejacobson.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.jerejacobson.com/posts/buildchromeextension/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto Channel Points Collector",
    "description": "Automatically collect channel points while you are watching someone on twitch.tv!",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "css": [
            "style.css"
        ],
        "default_icon": {
            "16": "\/images\/channel16.png",
            "32": "\/images\/channel32.png",
            "48": "\/images\/channel48.png",
            "128": "\/images\/channel128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "thirdParty\/jquery-3.6.0.min.js",
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/channel16.png",
        "32": "\/images\/channel32.png",
        "48": "\/images\/channel48.png",
        "128": "\/images\/channel128.png"
    }
}