YouTube Party
YouTube Party lets you sync your YouTube videos together with friends over the internet!
什麼是YouTube Party?
YouTube Party是由advancedsolutionshub開發的Chrome擴展程式,該擴展的主要功能是“YouTube Party lets you sync your YouTube videos together with friends over the internet!”。
擴展截圖
下載YouTube Party擴展crx文件
下載YouTube Party擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
** YouTube Party Plus is in no way affiliated with the YouTube. YouTube Party lets you easily synchronize your favorite YouTube videos with your friends! Easily and effortlessly watch and chat together! The steps are simple: * Start watching a YouTube video * Press the extension's icon on the top right of your browser * Create a room * Give your friends the code * Have them join the room and press "Open Video" * Enjoy the video together! © Trip Software, 2020, All Rights Reserved
擴展基本資訊
名稱 | YouTube Party |
ID | ohdfhnkelpnfiamkjnfbbafnhleohmma |
官方網址 | https://chromewebstore.google.com/detail/youtube-party/ohdfhnkelpnfiamkjnfbbafnhleohmma |
簡介 | YouTube Party lets you sync your YouTube videos together with friends over the internet! |
檔案大小 | 1.39 MB |
安裝次數 | 11,554 |
目前版本 | 1.2 |
更新時間 | 2020-05-14 |
上架時間 | 2020-05-13 |
評分 | 2.70/5 共 37 次評分 |
開發者 | advancedsolutionshub |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://tripssoftware.github.io |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Party", "version": "1.2", "description": "YouTube Party lets you sync your YouTube videos together with friends over the internet!", "icons": { "128": "icon128.png" }, "browser_action": { "default_popup": "html\/popup.html" }, "permissions": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*", "notifications" ], "web_accessible_resources": [ "jquery.js", "js\/playerController.js", "semantic\/semantic.chrome.css", "html\/chat2.html", "html\/popup.html", "semantic\/themes\/default\/assets\/fonts\/*", "semantic\/themes\/default\/assets\/fonts\/*", "semantic\/themes\/default\/assets\/images\/*.png" ], "content_scripts": [ { "js": [ "jquery.js", "js\/playerController.js", "semantic\/semantic.js", "js\/chat\/chat.js" ], "css": [ "semantic\/semantic.chrome.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "background": { "scripts": [ "jquery.js", "js\/peerjs.min.js", "js\/bg_general_functions.js", "js\/bg_self.js", "js\/bg_join.js", "js\/bg_host.js", "js\/bg_chat.js" ], "persistent": true } } |