Twitch Channel Points Auto-Clicker

Auto-click those channel point bonuses

什麼是Twitch Channel Points Auto-Clicker?

Twitch Channel Points Auto-Clicker是由trmcnvn開發的Chrome擴展程式,該擴展的主要功能是“Auto-click those channel point bonuses”。

擴展截圖

screenshot

下載Twitch Channel Points Auto-Clicker擴展crx文件

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

擴展使用說明

                        Auto-click those channel point bonuses on Twitch                    

擴展基本資訊

名稱 Twitch Channel Points Auto-Clicker Twitch Channel Points Auto-Clicker
ID mdlokilgafgmaeojenoidfpjcacpllap
官方網址 https://chrome.google.com/webstore/detail/twitch-channel-points-aut/mdlokilgafgmaeojenoidfpjcacpllap
簡介 Auto-click those channel point bonuses
檔案大小 11.37 KB
安裝次數 30,000
目前版本 0.9
更新時間 2021-09-10
上架時間 2019-11-04
評分 4.30/5 共 61 次評分
開發者 trmcnvn
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/trmcnvn/twitch-channel-points
說明頁面URL https://github.com/trmcnvn/twitch-channel-points/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Channel Points Auto-Clicker",
    "description": "Auto-click those channel point bonuses",
    "version": "0.9",
    "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-channel-points",
    "icons": {
        "16": "resources\/16.png",
        "48": "resources\/48.png",
        "96": "resources\/96.png",
        "128": "resources\/128.png"
    },
    "web_accessible_resources": [
        "dist\/src\/auto-clicker.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "dist\/src\/index.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}