Twitch Points Chest Clicker

Clicks the twitch points chest automatically for you.

什麼是Twitch Points Chest Clicker?

Twitch Points Chest Clicker是由Clinton開發的Chrome擴展程式,該擴展的主要功能是“Clicks the twitch points chest automatically for you.”。

擴展截圖

screenshot

下載Twitch Points Chest Clicker擴展crx文件

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

擴展使用說明

                        Automatically clicks the points chest for twitch streams. Checks every 15 seconds.                    

擴展基本資訊

名稱 Twitch Points Chest Clicker Twitch Points Chest Clicker
ID lmnekimpcncfaincbkgnbmbjcnkncpff
官方網址 https://chrome.google.com/webstore/detail/twitch-points-chest-click/lmnekimpcncfaincbkgnbmbjcnkncpff
簡介 Clicks the twitch points chest automatically for you.
檔案大小 18.34 KB
安裝次數 91
目前版本 0.3
更新時間 2020-12-21
上架時間 2020-05-02
開發者 Clinton
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Points Chest Clicker",
    "version": "0.3",
    "description": "Clicks the twitch points chest automatically for you.",
    "icons": {
        "48": "icons\/treasure_Chest_48.png",
        "96": "icons\/treasure_Chest_96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "twitch_points.js"
            ]
        }
    ]
}