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によって開発されたChromeの拡張機能で、その主な機能は「Have you ever wondered whether your friends actually watch the YouTube videos you send them? No more excuses... now you can watch…」です。
拡張機能のスクリーンショット
YouTube Night拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |