video mirroring

Mirroring videos from YT.

Hvad er video mirroring?

video mirroring er en Chrome-udvidelse udviklet af tomascormack, og dens hovedfunktion er "Mirroring videos from YT.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download video mirroring-udvidelses-CRX-fil

Download video mirroring-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn video mirroring video mirroring
ID icfblmejfimdamccpnoihghdjdhkaedi
Officiel URL https://chromewebstore.google.com/detail/video-mirroring/icfblmejfimdamccpnoihghdjdhkaedi
Beskrivelse Mirroring videos from YT.
Filstørrelse 7.69 KB
Antal Installationer 1,554
Nuværende Version 1.0
Senest Opdateret 2021-12-07
Udgivelsesdato 2021-11-30
Bedømmelse 3.50/5 Samlet 4 Bedømmelser
Udvikler tomascormack
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}