Twitch Channel Points Auto Clicker

Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

什麼是Twitch Channel Points Auto Clicker?

Twitch Channel Points Auto Clicker是由https://raven.fo開發的Chrome擴展程式,該擴展的主要功能是“Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.”。

擴展截圖

screenshot

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

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

擴展使用說明

                        Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

Make sure to refresh Twitch after installing the extension.                    

擴展基本資訊

名稱 Twitch Channel Points Auto Clicker Twitch Channel Points Auto Clicker
ID jdpblpklojajpopllbckephjndibljbc
官方網址 https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc
簡介 Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
檔案大小 86.97 KB
安裝次數 154,328
目前版本 0.0.13
更新時間 2022-06-18
上架時間 2020-06-17
評分 4.16/5 共 152 次評分
開發者 https://raven.fo
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Channel Points Auto Clicker",
    "short_name": "TCPAC",
    "version": "0.0.13",
    "description": "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "badge.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}