video mirroring
Mirroring videos from YT.
Apa itu video mirroring?
video mirroring adalah ekstensi Chrome yang dikembangkan oleh tomascormack, dan fitur utamanya adalah "Mirroring videos from YT.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi video mirroring
Unduh file ekstensi video mirroring dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | video mirroring |
ID | icfblmejfimdamccpnoihghdjdhkaedi |
URL Resmi | https://chromewebstore.google.com/detail/video-mirroring/icfblmejfimdamccpnoihghdjdhkaedi |
Deskripsi | Mirroring videos from YT. |
Ukuran File | 7.69 KB |
Jumlah Instalasi | 1,554 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-12-07 |
Tanggal Publikasi | 2021-11-30 |
Penilaian | 3.50/5 Total 4 Penilaian |
Pengembang | tomascormack |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |