Twitch Favorites
Enhance your chat experience with highlights
Twitch Favorites란 무엇입니까?
Twitch Favorites은(는) Maxime Cote에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your chat experience with highlights"입니다.
확장 프로그램 스크린샷
Twitch Favorites 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever been in a Twitch chat with hundreds of other peoples and missed what your friend was saying in chat? Now, with Twitch Favorites, this won't happen again. This extension allows you to setup custom colors for specific people, and have their text highlighted in real time in the chat Compatible with BTTV, FFZ and their highlight also now working with new twitch and legacy *Warning you might not be able to stop once you start using this extension*
확장 프로그램 기본 정보
이름 | Twitch Favorites |
ID | ibgbiogjjahboaeffhcicimhgjmhnlcb |
공식 URL | https://chromewebstore.google.com/detail/twitch-favorites/ibgbiogjjahboaeffhcicimhgjmhnlcb |
설명 | Enhance your chat experience with highlights |
파일 크기 | 1010 KB |
설치 횟수 | 766 |
현재 버전 | 5 |
최근 업데이트 | 2021-07-21 |
출시 날짜 | 2018-10-17 |
평점 | 4.38/5 총 13 개의 평점 |
개발자 | Maxime Cote |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Twitch Favorites" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery-latest.js", "init.js" ], "matches": [ "*:\/\/*.twitch.tv\/*" ] } ], "description": "Enhance your chat experience with highlights", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjeqJc\/3GqPhcb12COEoh\/x9HTWdT4nmKqH6Xrm89xmKErylk10xI9f0Cz+deUG9+R3WDlyWFJ0gDQ1TA4TKyzaXyopYxN5h0k6u4EE6WwxQ6dPS5ONzyVfo0rJTbPATm9BeXDA99ih6gdNZx6EzjzgCkK9XyMElMN4s1h9dRTJ0o9qE0nHURY8KAz7EotXe69RxplhLFSCG9nz2Yj5RwXUvBB7QwyQl3c0kjLpuO4+S6pSjiu3thO6SvHrVFVT2yYl\/WrnTXvRx58Xzs74oehLgK5t1Epzl88EhtRP2hMHttVNcjlspIkk43VHY0cnzMxkXbONRuZGlykQru4leCdQIDAQAB", "manifest_version": 2, "name": "Twitch Favorites", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "storage", "*:\/\/*.twitch.tv\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "5", "web_accessible_resources": [ "favorite.js" ] } |