Twitch Favorite Streamers
Always keep an eye on your favorite streamers. Choose your favorites and sort them!
Twitch Favorite Streamers란 무엇입니까?
Twitch Favorite Streamers은(는) Repit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Always keep an eye on your favorite streamers. Choose your favorites and sort them!"입니다.
확장 프로그램 스크린샷
Twitch Favorite Streamers 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension lets you organize your favorite streamers so you can monitor them anytime you’re browsing the internet. You can also get notifications when they’re live! To set it up, just connect to the extension using your Twitch account, and then go to the options to choose your favorites and sort them. To move your streamers, just drag and drop them from one list to another. Your favorite streamers will show up in the popup of the extension in the order you defined. Enjoy !
확장 프로그램 기본 정보
이름 | Twitch Favorite Streamers |
ID | ejdopeebmefeldfgfnopoakgjahlpgki |
공식 URL | https://chromewebstore.google.com/detail/twitch-favorite-streamers/ejdopeebmefeldfgfnopoakgjahlpgki |
설명 | Always keep an eye on your favorite streamers. Choose your favorites and sort them! |
파일 크기 | 452 KB |
설치 횟수 | 601 |
현재 버전 | 1.3.3 |
최근 업데이트 | 2023-09-13 |
출시 날짜 | 2021-09-01 |
평점 | 4.40/5 총 15 개의 평점 |
개발자 | Repit |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://brokodairs.github.io/privacy-policy/twitch-favorite-streamers.html |
지원되는 언어 | en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Favorite Streamers", "description": "__MSG_manifestDescription__", "version": "1.3.3", "manifest_version": 3, "icons": { "16": ".\/images\/icon-16.png", "32": ".\/images\/icon-32.png", "48": ".\/images\/icon-48.png", "128": ".\/images\/icon-128.png" }, "background": { "service_worker": "static\/js\/background.js" }, "action": { "default_popup": "popup.html", "default_icons": { "16": ".\/images\/icon-16.png", "32": ".\/images\/icon-32.png", "48": ".\/images\/icon-48.png", "128": ".\/images\/icon-128.png" } }, "options_page": "options.html", "permissions": [ "storage", "identity", "notifications", "alarms" ], "default_locale": "en" } |