YT Mirror

YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.

Что такое YT Mirror?

YT Mirror - это расширение Chrome, разработанное cholodymedia, и его основная функция - "YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения YT Mirror

Скачайте файлы расширений YT Mirror в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension seamlessly integrates with the YouTube player, placing a convenient "mirror" button alongside the native controls. With a single click, your video instantly reflects a mirror image.

🔒 YT Mirror respects your privacy - no browsing history or private data is collected.                    

Основная информация о расширении

Название YT Mirror YT Mirror
ID nokjcgeafjfhlbclmmgfeiiebgjfollb
Официальный URL https://chromewebstore.google.com/detail/yt-mirror/nokjcgeafjfhlbclmmgfeiiebgjfollb
Описание YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.
Размер файла 9.12 KB
Количество установок 11,857
Текущая Версия 1.1.7
Последнее Обновление 2023-07-11
Дата публикации 2021-09-19
Рейтинг 4.75/5 Всего 20 оценок
Разработчик cholodymedia
Электронная почта cholodymedia@gmail.com
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YT Mirror",
    "description": "YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.",
    "version": "1.1.7",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "YT Mirror",
        "default_icon": "icons\/icon_32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}