video mirroring
Mirroring videos from YT.
Что такое video mirroring?
video mirroring - это расширение Chrome, разработанное tomascormack, и его основная функция - "Mirroring videos from YT.".
Снимки экрана расширения
Скачать файл CRX расширения video mirroring
Скачайте файлы расширений video mirroring в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Some videos on YouTube are reflected, either because they are very old, due to recording problems, etc. This extension aims to fix these problems by mirroring the video you are watching, just clicking in the extension icon. We do not collect any information or browsing history, your privacy is safe with us.
Основная информация о расширении
Название | video mirroring |
ID | icfblmejfimdamccpnoihghdjdhkaedi |
Официальный URL | https://chromewebstore.google.com/detail/video-mirroring/icfblmejfimdamccpnoihghdjdhkaedi |
Описание | Mirroring videos from YT. |
Размер файла | 7.69 KB |
Количество установок | 1,554 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-12-07 |
Дата публикации | 2021-11-30 |
Рейтинг | 3.50/5 Всего 4 оценок |
Разработчик | tomascormack |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "video mirroring", "description": "Mirroring videos from YT.", "version": "1.0", "icons": { "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_action": "mirror.png" }, "permissions": [ "activeTab" ] } |