MirrorPlay : Youtube Mirror

An Extension to laterally invert youtube videos

Was ist MirrorPlay : Youtube Mirror?

MirrorPlay : Youtube Mirror ist eine Chrome-Erweiterung, die von latlabsolutions entwickelt wurde, und ihr Hauptmerkmal ist "An Extension to laterally invert youtube videos".

Erweiterungsscreenshots

screenshot
screenshot

MirrorPlay : Youtube Mirror-Erweiterungs-CRX-Datei herunterladen

Laden Sie MirrorPlay : Youtube Mirror-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        MirrorPlay: Transform YouTube Videos with Ease

MirrorPlay is a powerful Chrome extension that allows you to effortlessly invert and mirror YouTube videos with just a simple click. Whether you're practicing your dance moves or exploring artistic concepts, MirrorPlay provides a unique and convenient way to enhance your viewing experience.

With MirrorPlay, you can easily flip the orientation of YouTube videos, creating a lateral inversion that gives you a fresh perspective. This feature is especially useful for dancers who want to learn choreography by watching mirrored videos. By seamlessly reversing the video playback, MirrorPlay enables you to follow along and mimic the movements effortlessly.

Key Features:

Instantly invert and mirror YouTube videos with a single click.
Perfect for dancers and performers who rely on mirrored videos for practice.
Intuitive and user-friendly interface for seamless integration with YouTube.
Enhance your creative process by exploring videos from a different viewpoint.
Save time and effort by eliminating the need for manual video editing tools.
Take your dancing practice to the next level with MirrorPlay. Install the extension today and experience the convenience and flexibility of laterally inverted YouTube videos like never before.                    

Grundlegende Informationen zur Erweiterung

Name MirrorPlay : Youtube Mirror MirrorPlay : Youtube Mirror
ID eicbbneajfipmpcjpcoeijpdmchnohfp
Offizielle URL https://chromewebstore.google.com/detail/mirrorplay-youtube-mirror/eicbbneajfipmpcjpcoeijpdmchnohfp
Beschreibung An Extension to laterally invert youtube videos
Dateigröße 19.8 KB
Installationsanzahl 90
Aktuelle Version 1.0.0
Letztes Update 2023-06-17
Veröffentlichungsdatum 2023-06-16
Entwickler latlabsolutions
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MirrorPlay : Youtube Mirror",
    "version": "1.0.0",
    "action": {
        "default_icon": "YT.png",
        "default_popup": "popup.html",
        "default_title": "A popup will come here"
    },
    "description": "An Extension to laterally invert youtube videos",
    "icons": {
        "16": "YT_16.png",
        "32": "YT_32.png",
        "48": "YT_48.png",
        "128": "YT_128.png"
    },
    "chrome_url_overrides": [],
    "commands": [],
    "content_scripts": [
        {
            "js": [
                "userscript.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "content_security_policy": [],
    "permissions": [
        "tabs"
    ]
}