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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}