OPENREC.tv Chat on Screen
OPENREC.tvのチャットを、スクリーン上に表示します。
What is OPENREC.tv Chat on Screen?
OPENREC.tv Chat on Screen is a Chrome extension developed by seelx3, and its main feature is "OPENREC.tvのチャットを、スクリーン上に表示します。".
Extension Screenshots
Download OPENREC.tv Chat on Screen Extension CRX File
Download OPENREC.tv Chat on Screen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
OPENREC.tv上でのチャットを、画面上に表示するChrome拡張機能です。 【機能】 ・OPENREC.tvの配信・キャプチャーのチャットを画面上に流します ・ 拡張機能のアイコンをクリックして、設定パネルを開くことで、ON/OFF、行数、透過度の設定を行うことができます。 【更新履歴】 ・2022/01/18 v1.0.1:表記を変更しました。最大行数を15から20へ変更しました。 ・2022/12/11 v1.0.0:拡張機能を公開しました。 【機能に関して】 ・本拡張機能はサーバーとの通信を行っていません。 【免責事項】 ・本拡張機能は個人が趣味で作成し、頒布を行っているものです。 ・本拡張機能の使用により生じた一切の損害について、開発者は責任を負いません。 ・本拡張機能はOPENREC.tvの承認を受けて開発・頒布しているものではありません。本拡張機能についてOPENREC.tvへのお問い合わせはお控えください。 ・本拡張機能は予告なくサービスを終了する場合があります。ご了承ください。
Extension Basic Information
Name | OPENREC.tv Chat on Screen |
ID | bjlkknfhobongacemacdhafponlngikk |
Official URL | https://chromewebstore.google.com/detail/openrectv-chat-on-screen/bjlkknfhobongacemacdhafponlngikk |
Description | OPENREC.tvのチャットを、スクリーン上に表示します。 |
File Size | 61.89 KB |
Installation Count | 808 |
Current Version | 1.0.1 |
Last Updated | 2023-02-05 |
Publish Date | 2022-12-12 |
Developer | seelx3 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/seelx3/openrec-chat-on-screen |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OPENREC.tv Chat on Screen", "description": "OPENREC.tv\u306e\u30c1\u30e3\u30c3\u30c8\u3092\u3001\u30b9\u30af\u30ea\u30fc\u30f3\u4e0a\u306b\u8868\u793a\u3057\u307e\u3059\u3002", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.openrec.tv\/live\/*", "https:\/\/www.openrec.tv\/capture\/*" ], "js": [ "content.js" ] } ] } |