YT Mirror

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

Hvad er YT Mirror?

YT Mirror er en Chrome-udvidelse udviklet af cholodymedia, og dens hovedfunktion er "YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download YT Mirror-udvidelses-CRX-fil

Download YT Mirror-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn YT Mirror YT Mirror
ID nokjcgeafjfhlbclmmgfeiiebgjfollb
Officiel URL https://chromewebstore.google.com/detail/yt-mirror/nokjcgeafjfhlbclmmgfeiiebgjfollb
Beskrivelse YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.
Filstørrelse 9.12 KB
Antal Installationer 11,857
Nuværende Version 1.1.7
Senest Opdateret 2023-07-11
Udgivelsesdato 2021-09-19
Bedømmelse 4.75/5 Samlet 20 Bedømmelser
Udvikler cholodymedia
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}