video mirroring

Mirroring videos from YT.

Vad är video mirroring?

video mirroring är en Chrome-tillägg utvecklad av tomascormack, och dess huvudfunktion är "Mirroring videos from YT.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner video mirroring-förlängningens CRX-fil

Ladda ner video mirroring-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn video mirroring video mirroring
ID icfblmejfimdamccpnoihghdjdhkaedi
Officiell webbadress https://chromewebstore.google.com/detail/video-mirroring/icfblmejfimdamccpnoihghdjdhkaedi
Beskrivning Mirroring videos from YT.
Filstorlek 7.69 KB
Antal Installationer 1,554
Aktuell Version 1.0
Senast Uppdaterad 2021-12-07
Publiceringsdatum 2021-11-30
Betyg 3.50/5 Totalt 4 Betyg
Utvecklare tomascormack
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}