Twitch Channel Points Auto Redeem
Automatically redeem the bonus channel points when the option pops up in twitch chat
Twitch Channel Points Auto Redeem là gì?
Twitch Channel Points Auto Redeem là một tiện ích mở rộng Chrome được phát triển bởi Frank, và tính năng chính của nó là "Automatically redeem the bonus channel points when the option pops up in twitch chat".
Ả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 Auto Redeem
Tải xuống các tệp mở rộng Twitch Channel Points Auto Redeem 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
You can tell it is working because it will say "STREAM CHAT (AUTO ✅)" instead of just "STREAM CHAT" above the chat. It will take a few seconds to appear after a stream is loaded. Open source at https://github.com/FrankSalmick/twitch-autoredeem Report problems at https://github.com/FrankSalmick/twitch-autoredeem/issues
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitch Channel Points Auto Redeem |
ID | aklgphppnaannfmmijfggcckafbkbihi |
URL Chính Thức | https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi |
Mô tả | Automatically redeem the bonus channel points when the option pops up in twitch chat |
Kích Thước Tệp | 7.08 KB |
Số Lần Cài Đặt | 903 |
Phiên Bản Hiện Tại | 20.12.23 |
Cập Nhật Lần Cuối | 2020-12-24 |
Ngày Phát Hành | 2020-04-08 |
Đánh Giá | 4.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Frank |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/FrankSalmick/twitch-autoredeem |
URL Trang Trợ Giúp | https://github.com/FrankSalmick/twitch-autoredeem/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Automatically redeem the bonus channel points when the option pops up in twitch chat", "manifest_version": 2, "name": "Twitch Channel Points Auto Redeem", "short_name": "Channel Points Redeemer", "version": "20.12.23", "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "twitchAutoredeem.js" ], "run_at": "document_idle" } ], "icons": { "128": "icon128.png" } } |