Twitch channel points auto clicker
Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
什麼是Twitch channel points auto clicker?
Twitch channel points auto clicker是由ugo.P開發的Chrome擴展程式,該擴展的主要功能是“Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…”。
擴展截圖
下載Twitch channel points auto clicker擴展crx文件
下載Twitch channel points auto clicker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of clicks made in the session and the hour of the last click.
擴展基本資訊
名稱 | |
ID | pcpdcimepgbgcaeaapkhllpompmmefod |
官方網址 | https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod |
簡介 | Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of… |
檔案大小 | 5.56 KB |
安裝次數 | 162 |
目前版本 | 1.15 |
更新時間 | 2022-01-30 |
上架時間 | 2020-12-31 |
評分 | 1.00/5 共 1 次評分 |
開發者 | ugo.P |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch channel points auto clicker", "version": "1.15", "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "js": [ "ClickLoop.js", "Style.js", "CountDown.js" ] } ] } |