video mirroring

Mirroring videos from YT.

Qu'est-ce que video mirroring ?

video mirroring est une extension Chrome développée par tomascormack, et sa fonction principale est "Mirroring videos from YT.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension video mirroring

Téléchargez les fichiers d'extension video mirroring au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom video mirroring video mirroring
ID icfblmejfimdamccpnoihghdjdhkaedi
URL Officiel https://chromewebstore.google.com/detail/video-mirroring/icfblmejfimdamccpnoihghdjdhkaedi
Description Mirroring videos from YT.
Taille du Fichier 7.69 KB
Nombre d'Installations 1,554
Version Actuelle 1.0
Dernière Mise à Jour 2021-12-07
Date de Publication 2021-11-30
Évaluation 3.50/5 Total 4 Évaluations
Développeur tomascormack
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}