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
官方網址 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"
    }
}