Twitch Reward Claimer
Automatically claim twitch channel points rewards.
Twitch Reward Claimerとは何ですか?
Twitch Reward ClaimerはXenovaによって開発されたChromeの拡張機能で、その主な機能は「Automatically claim twitch channel points rewards.」です。
拡張機能のスクリーンショット
Twitch Reward Claimer拡張機能のCRXファイルをダウンロード
Twitch Reward Claimer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of clicking "Click to claim a bonus!" to get channel points on twitch.tv? Use this Chrome extension to automatically claim channel point rewards.
拡張機能の基本情報
名前 | |
ID | ebdhfgaeakejhkmikccanilmpadplhak |
公式URL | https://chrome.google.com/webstore/detail/twitch-reward-claimer/ebdhfgaeakejhkmikccanilmpadplhak |
説明 | Automatically claim twitch channel points rewards. |
ファイルサイズ | 5.35 KB |
インストール数 | 743 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-10-04 |
公開日 | 2020-10-04 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Xenova |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/xenova/twitch-reward-claimer |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Reward Claimer", "version": "1.0.0", "description": "Automatically claim twitch channel points rewards.", "short_name": "Twitch Reward Claimer", "permissions": [ "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "background.js" ] } ], "browser_action": { "default_title": "Twitch Reward Claimer", "default_popup": "popup.html", "default_icon": "icon.png" }, "homepage_url": "https:\/\/github.com\/xenova\/twitch-reward-claimer" } |