YT Mirror
YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.
什么是YT Mirror?
YT Mirror是由cholodymedia开发的Chrome扩展程序,该扩展的主要功能是“YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.”。
扩展截图
下载YT Mirror扩展crx文件
下载YT Mirror扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension seamlessly integrates with the YouTube player, placing a convenient "mirror" button alongside the native controls. With a single click, your video instantly reflects a mirror image.
🔒 YT Mirror respects your privacy - no browsing history or private data is collected. 扩展基本信息
| 名称 | |
| ID | nokjcgeafjfhlbclmmgfeiiebgjfollb |
| 官方URL | https://chromewebstore.google.com/detail/yt-mirror/nokjcgeafjfhlbclmmgfeiiebgjfollb |
| 简介 | YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly. |
| 文件大小 | 9.12 KB |
| 安装次数 | 11,857 |
| 当前版本 | 1.1.7 |
| 更新时间 | 2023-07-11 |
| 上架时间 | 2021-09-19 |
| 评分 | 4.75/5 共20次评分 |
| 开发者 | cholodymedia |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YT Mirror",
"description": "YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.",
"version": "1.1.7",
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"96": "icons\/icon_96.png",
"128": "icons\/icon_128.png"
},
"action": {
"default_title": "YT Mirror",
"default_icon": "icons\/icon_32.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
]
}
]
} | |