Twitch Channel Points Auto Redeem
Automatically redeem the bonus channel points when the option pops up in twitch chat
什麼是Twitch Channel Points Auto Redeem?
Twitch Channel Points Auto Redeem是由Frank開發的Chrome擴展程式,該擴展的主要功能是“Automatically redeem the bonus channel points when the option pops up in twitch chat”。
擴展截圖
下載Twitch Channel Points Auto Redeem擴展crx文件
下載Twitch Channel Points Auto Redeem擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Twitch Channel Points Auto Redeem |
ID | aklgphppnaannfmmijfggcckafbkbihi |
官方網址 | https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi |
簡介 | Automatically redeem the bonus channel points when the option pops up in twitch chat |
檔案大小 | 7.08 KB |
安裝次數 | 903 |
目前版本 | 20.12.23 |
更新時間 | 2020-12-24 |
上架時間 | 2020-04-08 |
評分 | 4.80/5 共 5 次評分 |
開發者 | Frank |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/FrankSalmick/twitch-autoredeem |
說明頁面URL | https://github.com/FrankSalmick/twitch-autoredeem/issues |
支援的語言 | 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" } } |