video mirroring

Mirroring videos from YT.

What is video mirroring?

video mirroring is a Chrome extension developed by tomascormack, and its main feature is "Mirroring videos from YT.".

Extension Screenshots

screenshot
screenshot

Download video mirroring Extension CRX File

Download video mirroring extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name video mirroring video mirroring
ID icfblmejfimdamccpnoihghdjdhkaedi
Official URL https://chromewebstore.google.com/detail/video-mirroring/icfblmejfimdamccpnoihghdjdhkaedi
Description Mirroring videos from YT.
File Size 7.69 KB
Installation Count 1,554
Current Version 1.0
Last Updated 2021-12-07
Publish Date 2021-11-30
Rating 3.50/5 Total 4 Ratings
Developer tomascormack
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}