Sync Video for Chrome
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Что такое Sync Video for Chrome?
Sync Video for Chrome - это расширение Chrome, разработанное Bas van den Brink, и его основная функция - "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.".
Снимки экрана расширения
Скачать файл CRX расширения Sync Video for Chrome
Скачайте файлы расширений Sync Video for Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Основная информация о расширении
Название | |
ID | immalfhndacgkiapmlpciiffofcnmebp |
Официальный URL | https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp |
Описание | Chrome extension that automatically creates a Sync Video room of the video you are currently watching. |
Размер файла | 9.64 KB |
Количество установок | 63 |
Текущая Версия | 1.0 |
Последнее Обновление | 2018-12-22 |
Дата публикации | 2018-12-21 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | Bas van den Brink |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sync Video for Chrome", "description": "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "*:\/\/*\/*", "storage" ] } |