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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में YouTube Night एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}