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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
** 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 |
공식 URL | 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 } } |