YouTube Night

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

Qu'est-ce que YouTube Night ?

YouTube Night est une extension Chrome développée par YouTube Night, et sa fonction principale est "Have you ever wondered whether your friends actually watch the YouTube videos you send them? No more excuses... now you can watch…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Night

Téléchargez les fichiers d'extension YouTube Night au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom YouTube Night YouTube Night
ID koojglhfgnffabpnfhhcnilbdagmnapj
URL Officiel https://chromewebstore.google.com/detail/youtube-night/koojglhfgnffabpnfhhcnilbdagmnapj
Description Have you ever wondered whether your friends actually watch the YouTube videos you send them? No more excuses... now you can watch…
Taille du Fichier 3.35 MB
Nombre d'Installations 256
Version Actuelle 1.2
Dernière Mise à Jour 2020-05-05
Date de Publication 2020-05-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur YouTube Night
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.youtubenight.me
URL de la Page d'Aide https://www.youtubenight.me
Langues Prises en Charge 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"
    }
}