YouTube Synchronizer
Extension for YouTube synchronization between different devices in realtime.
Что такое YouTube Synchronizer?
YouTube Synchronizer - это расширение Chrome, разработанное Artiu, и его основная функция - "Extension for YouTube synchronization between different devices in realtime.".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Synchronizer
Скачайте файлы расширений YouTube Synchronizer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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\/*" ] } |