YouTube Night

Have you ever wondered whether your friends actually watch the YouTube videos you send them? No more excuses... now you can watch…

什么是YouTube Night?

YouTube Night是由YouTube Night开发的Chrome扩展程序,该扩展的主要功能是“Have you ever wondered whether your friends actually watch the YouTube videos you send them? No more excuses... now you can watch…”。

扩展截图

screenshot
screenshot

下载YouTube Night扩展crx文件

下载YouTube Night扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Have you ever wondered whether your friends actually watch the YouTube videos you send them? No more excuses... now you can watch with them!

YouTube Night synchronizes YouTube video playback for you and your friends while providing an interactive, aesthetic chat experience on the side.

Learn more at www.YouTubeNight.me                    

扩展基本信息

名称 YouTube Night YouTube Night
ID koojglhfgnffabpnfhhcnilbdagmnapj
官方URL https://chromewebstore.google.com/detail/youtube-night/koojglhfgnffabpnfhhcnilbdagmnapj
简介 Have you ever wondered whether your friends actually watch the YouTube videos you send them? No more excuses... now you can watch…
文件大小 3.35 MB
安装次数 256
当前版本 1.2
更新时间 2020-05-05
上架时间 2020-05-04
评分 5.00/5 共1次评分
开发者 YouTube Night
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.youtubenight.me
帮助页面URL https://www.youtubenight.me
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "YouTube Night",
    "name": "YouTube Night",
    "version": "1.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "\/static\/css\/main.css"
            ],
            "js": [
                "\/static\/js\/runtime-main.js",
                "\/static\/js\/main.js",
                "\/static\/js\/2.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "identity",
        "tabs",
        "declarativeContent"
    ],
    "oauth2": {
        "client_id": "363298867716-78ck9t9l8dlhkhkv62rqutrsu56ukibn.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "logo16.png",
            "24": "logo24.png",
            "32": "logo32.png"
        },
        "default_title": "YouTube Night"
    }
}