Youtube Chat Extension
This extension allows you to chat on YouTube.
Youtube Chat Extensionとは何ですか?
Youtube Chat Extensionはkumarm4によって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to chat on YouTube.」です。
拡張機能のスクリーンショット
Youtube Chat Extension拡張機能のCRXファイルをダウンロード
Youtube Chat Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension that allows you to chat with people that are watching the same YouTube video. You can install this extension if you want to chat with friends while watching a YouTube video, or if you want to join a live discussion on a popular video. Youtube Chat Extension is not responsible for any lost or stolen data from direct use or from side effects of installing the extension. Youtube Chat Extension is not meant to transmit sensitive or secure information. Youtube Chat Extension is not responsible for any content that is expressed on it by its users by means of text.
拡張機能の基本情報
名前 | Youtube Chat Extension |
ID | accoddbafphmkcjgfekipkcimhomaenp |
公式URL | https://chromewebstore.google.com/detail/youtube-chat-extension/accoddbafphmkcjgfekipkcimhomaenp |
説明 | This extension allows you to chat on YouTube. |
ファイルサイズ | 769 KB |
インストール数 | 25 |
現在のバージョン | 0.0.1 |
最終更新日 | 2020-12-11 |
公開日 | 2020-12-11 |
開発者 | kumarm4 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Chat Extension", "description": "This extension allows you to chat on YouTube.", "version": "0.0.1", "permissions": [ "tabs" ], "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "favicon.ico", "48": "logo48.png", "128": "logo128.png" }, "content_security_policy": "script-src 'self' 'sha256-a7QNwV+1osAC6bXKzzgKk6A6flFr6M\/rAKUL6EiBwzM='; object-src 'self'" } |