Twitch Channel Points Bonus Collector
Auto-clicks the Channel Points bonus button when it appears.
什麼是Twitch Channel Points Bonus Collector?
Twitch Channel Points Bonus Collector是由https://avi12.com開發的Chrome擴展程式,該擴展的主要功能是“Auto-clicks the Channel Points bonus button when it appears.”。
擴展截圖
下載Twitch Channel Points Bonus Collector擴展crx文件
下載Twitch Channel Points Bonus Collector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Welcome to the Twitch Channel Points click farm! Once the extension is installed, all you've got to do is to just open the Twitch live stream (or reload, if it's already open), and relax - the extension will take care of everything else. Source code: https://github.com/avi12/twitch-cp-bonus-collector
擴展基本資訊
名稱 | Twitch Channel Points Bonus Collector |
ID | kbbdnbaghpcjpdhbjbccadodjejlkkgg |
官方網址 | https://chromewebstore.google.com/detail/twitch-channel-points-bon/kbbdnbaghpcjpdhbjbccadodjejlkkgg |
簡介 | Auto-clicks the Channel Points bonus button when it appears. |
檔案大小 | 9.96 KB |
安裝次數 | 6,214 |
目前版本 | 2.0.6 |
更新時間 | 2023-03-13 |
上架時間 | 2020-06-30 |
評分 | 3.79/5 共 14 次評分 |
開發者 | https://avi12.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://avi12.com |
說明頁面URL | https://github.com/avi12/twitch-cp-bonus-collector/issues/new/choose |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" } }, "version": "2.0.6", "author": "avi12", "name": "Twitch Channel Points Bonus Collector", "description": "Auto-clicks the Channel Points bonus button when it appears.", "homepage_url": "https:\/\/avi12.com\/twitch-cp-bonus-collector", "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.07616647.js" ], "css": [] } ], "offline_enabled": true } |