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

Λήψη αρχείου 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
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής 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"
            ]
        }
    ]
}