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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } |