video mirroring
Mirroring videos from YT.
Wat is video mirroring?
video mirroring is een Chrome-extensie ontwikkeld door tomascormack, en de belangrijkste functie is "Mirroring videos from YT.".
Extensie Screenshots
Download het CRX-bestand van de extensie video mirroring
Download video mirroring-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | video mirroring |
ID | icfblmejfimdamccpnoihghdjdhkaedi |
Officiële URL | https://chromewebstore.google.com/detail/video-mirroring/icfblmejfimdamccpnoihghdjdhkaedi |
Beschrijving | Mirroring videos from YT. |
Bestandsgrootte | 7.69 KB |
Aantal Installaties | 1,554 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-12-07 |
Publicatiedatum | 2021-11-30 |
Beoordeling | 3.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | tomascormack |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |