YouTube Night
Have you ever wondered whether your friends actually watch the YouTube videos you send them? No more excuses... now you can watch…
Cos'è YouTube Night?
YouTube Night è un'estensione di Chrome sviluppata da YouTube Night, e la sua funzione principale è "Have you ever wondered whether your friends actually watch the YouTube videos you send them? No more excuses... now you can watch…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Night
Scarica i file di estensione YouTube Night in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | YouTube Night |
ID | koojglhfgnffabpnfhhcnilbdagmnapj |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-night/koojglhfgnffabpnfhhcnilbdagmnapj |
Descrizione | Have you ever wondered whether your friends actually watch the YouTube videos you send them? No more excuses... now you can watch… |
Dimensione del File | 3.35 MB |
Conteggio Installazioni | 256 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-05-05 |
Data di Pubblicazione | 2020-05-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | YouTube Night |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.youtubenight.me |
URL della Pagina di Aiuto | https://www.youtubenight.me |
Lingue Supportate | 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" } } |