Twitch Auto-Redeem Channel Points
Auto-redeems Twitch channel points rewards for you!
Twitch Auto-Redeem Channel Pointsとは何ですか?
Twitch Auto-Redeem Channel Pointsはtechnoによって開発されたChromeの拡張機能で、その主な機能は「Auto-redeems Twitch channel points rewards for you!」です。
拡張機能のスクリーンショット
Twitch Auto-Redeem Channel Points拡張機能のCRXファイルをダウンロード
Twitch Auto-Redeem Channel Points拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
⚠ 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!
拡張機能の基本情報
名前 | Twitch Auto-Redeem Channel Points |
ID | lggkblkmildmnfpgbhlggfalgpkmojpf |
公式URL | https://chromewebstore.google.com/detail/twitch-auto-redeem-channe/lggkblkmildmnfpgbhlggfalgpkmojpf |
説明 | Auto-redeems Twitch channel points rewards for you! |
ファイルサイズ | 1.58 MB |
インストール数 | 7,334 |
現在のバージョン | 1.4.1 |
最終更新日 | 2023-07-07 |
公開日 | 2020-10-04 |
評価 | 4.64/5 合計 11 レビュー |
開発者 | techno |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |