YouTube Synchronizer
Extension for YouTube synchronization between different devices in realtime.
YouTube Synchronizer란 무엇입니까?
YouTube Synchronizer은(는) Artiu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for YouTube synchronization between different devices in realtime."입니다.
확장 프로그램 스크린샷
YouTube Synchronizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
YouTube Synchronizer gives you possibility to listen to your favourite songs or watch videos with your friends! How to use: 1.Click on extension to open extension popup. 2.Choose tab to share in "Create" tab. 3.Send generated code to your friend. 4.Your friend can paste it to extension. 5. IMPORTANT! After joining click somewhere on website to start playing video Now you're watching YouTube with your friends!
확장 프로그램 기본 정보
이름 | YouTube Synchronizer |
ID | kojahdkdppbdkgpdepmekohphlcobjhj |
공식 URL | https://chromewebstore.google.com/detail/youtube-synchronizer/kojahdkdppbdkgpdepmekohphlcobjhj |
설명 | Extension for YouTube synchronization between different devices in realtime. |
파일 크기 | 36.34 KB |
설치 횟수 | 35 |
현재 버전 | 1.2.3.0 |
최근 업데이트 | 2023-11-24 |
출시 날짜 | 2023-05-21 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Artiu |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Synchronizer", "version": "1.2.3.0", "description": "Extension for YouTube synchronization between different devices in realtime.", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icons\/128.png" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader.12365167.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "assets\/img\/*" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/*.youtube.com\/*" ], "resources": [ "assets\/actions.c5fc9a8f.js", "assets\/actions.5a356db4.js", "assets\/types.4c6529be.js", "assets\/index.ts.abef6c0f.js" ], "use_dynamic_url": true } ], "permissions": [ "tabs", "clipboardWrite", "scripting", "storage" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ] } |