video mirroring

Mirroring videos from YT.

video mirroring क्या है?

video mirroring tomascormack द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mirroring videos from YT."।

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

screenshot
screenshot

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

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

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

                        Some videos on YouTube are reflected, either because they are very old, due to recording problems, etc. This extension aims to fix these problems by mirroring the video you are watching, just clicking in the extension icon. We do not collect any information or browsing history, your privacy is safe with us.                    

एक्सटेंशन की मूल जानकारी

नाम video mirroring video mirroring
ID icfblmejfimdamccpnoihghdjdhkaedi
आधिकारिक URL https://chromewebstore.google.com/detail/video-mirroring/icfblmejfimdamccpnoihghdjdhkaedi
विवरण Mirroring videos from YT.
फ़ाइल का आकार 7.69 KB
स्थापना संख्या 1,554
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-12-07
प्रकाशन तिथि 2021-11-30
रेटिंग 3.50/5 कुल 4 रेटिंग्स
डेवलपर tomascormack
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "video mirroring",
    "description": "Mirroring videos from YT.",
    "version": "1.0",
    "icons": {
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_action": "mirror.png"
    },
    "permissions": [
        "activeTab"
    ]
}