video mirroring
Mirroring videos from YT.
Cos'è video mirroring?
video mirroring è un'estensione di Chrome sviluppata da tomascormack, e la sua funzione principale è "Mirroring videos from YT.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione video mirroring
Scarica i file di estensione video mirroring in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | video mirroring |
ID | icfblmejfimdamccpnoihghdjdhkaedi |
URL Ufficiale | https://chromewebstore.google.com/detail/video-mirroring/icfblmejfimdamccpnoihghdjdhkaedi |
Descrizione | Mirroring videos from YT. |
Dimensione del File | 7.69 KB |
Conteggio Installazioni | 1,554 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-12-07 |
Data di Pubblicazione | 2021-11-30 |
Valutazione | 3.50/5 Totale 4 Valutazioni |
Sviluppatore | tomascormack |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |