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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย YouTube Night และคุณลักษณะหลักของมันคือ "Have you ever wondered whether your friends actually watch the YouTube videos you send them? No more excuses... now you can watch…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Night

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}