Twitch Auto-Redeem Channel Points
Auto-redeems Twitch channel points rewards for you!
Twitch Auto-Redeem Channel Points là gì?
Twitch Auto-Redeem Channel Points là một tiện ích mở rộng Chrome được phát triển bởi techno, và tính năng chính của nó là "Auto-redeems Twitch channel points rewards for you!".
Ả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 Auto-Redeem Channel Points
Tải xuống các tệp mở rộng Twitch Auto-Redeem Channel Points 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
⚠ This extension is no longer being maintained ⚠ Auto-redeem your 15 minute Twitch channel points with the nicest GUI out of all other similar extensions! We also keep track of how many rewards you've redeem since installation with some little Easter eggs for you to unlock 😉! If you have any recommendations or ideas for future updates, please feel free to email me by clicking the "Contact the developer" button!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitch Auto-Redeem Channel Points |
ID | lggkblkmildmnfpgbhlggfalgpkmojpf |
URL Chính Thức | https://chromewebstore.google.com/detail/twitch-auto-redeem-channe/lggkblkmildmnfpgbhlggfalgpkmojpf |
Mô tả | Auto-redeems Twitch channel points rewards for you! |
Kích Thước Tệp | 1.58 MB |
Số Lần Cài Đặt | 7,334 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2023-07-07 |
Ngày Phát Hành | 2020-10-04 |
Đánh Giá | 4.64/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | techno |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto-Redeem Channel Points", "version": "1.4.1", "description": "Auto-redeems Twitch channel points rewards for you!", "manifest_version": 2, "permissions": [ "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "js\/redeem.js" ] } ], "browser_action": { "default_popup": "menu.html" }, "icons": { "120": "static\/icon.png" } } |