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.”。

扩展截图

screenshot
screenshot

下载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 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
电子邮箱 [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'"
}