YT Mirror

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

YT Mirror क्या है?

YT Mirror cholodymedia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YT Mirror एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}