YouTube Night
Have you ever wondered whether your friends actually watch the YouTube videos you send them? No more excuses... now you can watch…
What is YouTube Night?
YouTube Night is a Chrome extension developed by YouTube Night, and its main feature is "Have you ever wondered whether your friends actually watch the YouTube videos you send them? No more excuses... now you can watch…".
Extension Screenshots
Download YouTube Night Extension CRX File
Download YouTube Night extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | YouTube Night |
ID | koojglhfgnffabpnfhhcnilbdagmnapj |
Official URL | 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… |
File Size | 3.35 MB |
Installation Count | 256 |
Current Version | 1.2 |
Last Updated | 2020-05-05 |
Publish Date | 2020-05-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | YouTube Night |
[email protected] | |
Payment Type | free |
Extension Website | https://www.youtubenight.me |
Help Page URL | https://www.youtubenight.me |
Supported Languages | 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" } } |