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 |
官方網址 | 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 |
電子郵箱 | [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'" } |