Fremily Chat
Chat colours and badges from on-screen chat for Fremily including live notifications!
Fremily Chatとは何ですか?
Fremily Chatはhttps://florencebot.comによって開発されたChromeの拡張機能で、その主な機能は「Chat colours and badges from on-screen chat for Fremily including live notifications!」です。
拡張機能のスクリーンショット
Fremily Chat拡張機能のCRXファイルをダウンロード
Fremily Chat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Want to view Fred & Emily's chat like they do? This extension allows you to view chat name colours and badges as they do on stream! Now updated to add live notifications! If you like the extension, support me here -> https://ko-fi.com/deanpcmad
拡張機能の基本情報
名前 | Fremily Chat |
ID | ocgkanifkmgpaooljpompbiaaihlgiip |
公式URL | https://chromewebstore.google.com/detail/fremily-chat/ocgkanifkmgpaooljpompbiaaihlgiip |
説明 | Chat colours and badges from on-screen chat for Fremily including live notifications! |
ファイルサイズ | 247 KB |
インストール数 | 111 |
現在のバージョン | 1.6.2 |
最終更新日 | 2024-01-04 |
公開日 | 2021-03-04 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://florencebot.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://florencebot.com/ |
ヘルプページのURL | https://florencebot.com/extension |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fremily Chat", "version": "1.6.2", "description": "Chat colours and badges from on-screen chat for Fremily including live notifications!", "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ ".\/bundle.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "notifications", "storage", "alarms" ], "host_permissions": [ "https:\/\/florencebot.com\/*", "https:\/\/www.twitch.tv\/*", "https:\/\/florencebot-*.voupe.workers.dev\/*", "http:\/\/localhost:3000\/*" ], "icons": { "48": "img\/fremily.png", "96": "img\/fremily-96.png", "128": "img\/fremily-128.png" }, "background": { "service_worker": "js\/service_worker.js", "type": "module" }, "options_ui": { "page": "options.html" }, "action": { "default_icon": "img\/fremily.png", "default_popup": "popup.html" }, "manifest_version": 3 } |