Twitch Reward Profiles
Switch between different Twitch channel point profiles with a single click.
Twitch Reward Profilesとは何ですか?
Twitch Reward ProfilesはRage Paint Gamesによって開発されたChromeの拡張機能で、その主な機能は「Switch between different Twitch channel point profiles with a single click.」です。
拡張機能のスクリーンショット
Twitch Reward Profiles拡張機能のCRXファイルをダウンロード
Twitch Reward Profiles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you a variety streamer with unique channel point rewards for each game you play? Or maybe you have some redemptions used only on certain days of the week? Then this extension is for you! Easily switch your redemptions on or off with just a single click, using profiles. 👥 SETUP PROFILES - To create a profile, simply toggle the redemptions you would want on, click "Add Profile" and give the profile a name. Whenever that profile is selected, it will automatically toggle all your redemptions on or off, according to the settings you had when you saved the profile. ✏️ EDIT PROFILES - To change your profile, simply change your channel points rewards and click the sync button to update the profile you saved with the new settings. ❌ DELETE PROFILES - Easily remove profiles you no longer need.
拡張機能の基本情報
名前 | Twitch Reward Profiles |
ID | hnbkphdlnpokndcebigdmelecakfojip |
公式URL | https://chromewebstore.google.com/detail/twitch-reward-profiles/hnbkphdlnpokndcebigdmelecakfojip |
説明 | Switch between different Twitch channel point profiles with a single click. |
ファイルサイズ | 91.61 KB |
インストール数 | 75 |
現在のバージョン | 2.1.5 |
最終更新日 | 2023-06-21 |
公開日 | 2023-01-07 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Rage Paint Games |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Reward Profiles", "version": "2.1.5", "action": { "default_title": "Twitch Reward Profiles", "default_popup": "options.html" }, "icons": { "16": "\/img\/icons\/icon-16.png", "48": "\/img\/icons\/icon-48.png", "128": "\/img\/icons\/icon-128.png", "256": "\/img\/icons\/icon-256.png" }, "description": "Switch between different Twitch channel point profiles with a single click.", "permissions": [ "storage", "tabs" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/dashboard.twitch.tv\/u\/*\/viewer-rewards\/channel-points\/rewards" ], "js": [ "\/js\/external\/jquery.js", "\/js\/content_script.js" ] } ], "manifest_version": 3 } |