video mirroring
Mirroring videos from YT.
什么是video mirroring?
video mirroring是由tomascormack开发的Chrome扩展程序,该扩展的主要功能是“Mirroring videos from YT.”。
扩展截图
下载video mirroring扩展crx文件
下载video mirroring扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | video mirroring |
ID | icfblmejfimdamccpnoihghdjdhkaedi |
官方URL | https://chromewebstore.google.com/detail/video-mirroring/icfblmejfimdamccpnoihghdjdhkaedi |
简介 | Mirroring videos from YT. |
文件大小 | 7.69 KB |
安装次数 | 1,554 |
当前版本 | 1.0 |
更新时间 | 2021-12-07 |
上架时间 | 2021-11-30 |
评分 | 3.50/5 共4次评分 |
开发者 | tomascormack |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |