YT Mirror

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

Co to jest YT Mirror?

YT Mirror to rozszerzenie Chrome opracowane przez cholodymedia, a jego główną funkcją jest „YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia YT Mirror

Pobierz pliki rozszerzeń YT Mirror w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YT Mirror YT Mirror
ID nokjcgeafjfhlbclmmgfeiiebgjfollb
Oficjalny URL https://chromewebstore.google.com/detail/yt-mirror/nokjcgeafjfhlbclmmgfeiiebgjfollb
Opis YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.
Rozmiar pliku 9.12 KB
Liczba instalacji 11,857
Aktualna Wersja 1.1.7
Ostatnia Aktualizacja 2023-07-11
Data Publikacji 2021-09-19
Ocena 4.75/5 Łącznie 20 Oceny
Deweloper cholodymedia
E-mail cholodymedia@gmail.com
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}