My Twitch Tv Following
Displays the online channels from your following list on Twitch in real time.
My Twitch Tv Following란 무엇입니까?
My Twitch Tv Following은(는) Noxius에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the online channels from your following list on Twitch in real time."입니다.
확장 프로그램 스크린샷
My Twitch Tv Following 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Displays up to 100 of the channels that you are following on Twitch.tv that are currently online in real time. With optional audio and push notifications, you'll never miss when a channel you follow comes online again. *** UPDATED June 6, 2023 *** Fixed an issue that was causing authentication and authorization errors *** UPDATED Sept 15, 2022 *** Added a dark mode that uses dark backgrounds and light text colors *** UPDATED Feb 19, 2022 *** Updated in preparation for Twitch migrating to a new API *** UPDATED Aug 23, 2019 *** Fixed an issue related to Twitch migrating their API to a newer version Fixed an issue that prevented push notifications from displaying Fixed an issue that prevented some options from being saved when changed
확장 프로그램 기본 정보
이름 | My Twitch Tv Following |
ID | gbnicdonieafpdoggdddabimodjmmopl |
공식 URL | https://chromewebstore.google.com/detail/my-twitch-tv-following/gbnicdonieafpdoggdddabimodjmmopl |
설명 | Displays the online channels from your following list on Twitch in real time. |
파일 크기 | 223 KB |
설치 횟수 | 311 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-06-06 |
출시 날짜 | 2019-08-23 |
평점 | 4.22/5 총 9 개의 평점 |
개발자 | Noxius |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Twitch Tv Following", "version": "1.0.4", "manifest_version": 2, "description": "Displays the online channels from your following list on Twitch in real time.", "options_page": "options.html", "background": { "scripts": [ "jquery-1.10.2.min.js", "background.js" ] }, "icons": { "64": "heart-64p.png" }, "browser_action": { "default_icon": { "19": "heart-19p.png", "38": "heart-38p.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery-1.10.2.min.js", "reader.js" ], "all_frames": false, "matches": [ "*:\/\/*.twitch.tv\/settings\/*" ] } ], "permissions": [ "*:\/\/*.twitch.tv\/*", "http:\/\/static-cdn.jtvnw.net\/*", "notifications" ] } |