Twitch Favorites
Enhance your chat experience with highlights
Twitch Favoritesとは何ですか?
Twitch FavoritesはMaxime Coteによって開発されたChromeの拡張機能で、その主な機能は「Enhance your chat experience with highlights」です。
拡張機能のスクリーンショット
Twitch Favorites拡張機能のCRXファイルをダウンロード
Twitch Favorites拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |