Twitch Channel Points Bonus Collector
Auto-clicks the Channel Points bonus button when it appears.
Twitch Channel Points Bonus Collector là gì?
Twitch Channel Points Bonus Collector là một tiện ích mở rộng Chrome được phát triển bởi https://avi12.com, và tính năng chính của nó là "Auto-clicks the Channel Points bonus button when it appears.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitch Channel Points Bonus Collector
Tải xuống các tệp mở rộng Twitch Channel Points Bonus Collector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitch Channel Points Bonus Collector |
ID | kbbdnbaghpcjpdhbjbccadodjejlkkgg |
URL Chính Thức | https://chromewebstore.google.com/detail/twitch-channel-points-bon/kbbdnbaghpcjpdhbjbccadodjejlkkgg |
Mô tả | Auto-clicks the Channel Points bonus button when it appears. |
Kích Thước Tệp | 9.96 KB |
Số Lần Cài Đặt | 6,214 |
Phiên Bản Hiện Tại | 2.0.6 |
Cập Nhật Lần Cuối | 2023-03-13 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 3.79/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | https://avi12.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://avi12.com |
URL Trang Trợ Giúp | https://github.com/avi12/twitch-cp-bonus-collector/issues/new/choose |
Ngôn Ngữ Được Hỗ Trợ | 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 } |