Video Rotater
Rotate the Video Player to the angle you desire.
什么是Video Rotater?
Video Rotater是由eccentricjinp开发的Chrome扩展程序,该扩展的主要功能是“Rotate the Video Player to the angle you desire.”。
扩展截图
下载Video Rotater扩展crx文件
下载Video Rotater扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1. It is completely free.
2. Tested on the Youtube and other play page.
3. Press Ctrl+C to rotate the player in full screen.
4. Enjoy.
Update log:
2021/12/07: Tested on more play pages, mainly Youtube player.
2022/07/15: Bug fixed. 扩展基本信息
| 名称 | |
| ID | fmeabdadndledapjgaaheekjneoibhlp |
| 官方URL | https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp |
| 简介 | Rotate the Video Player to the angle you desire. |
| 文件大小 | 11.42 KB |
| 安装次数 | 2,043 |
| 当前版本 | 1.2 |
| 更新时间 | 2022-07-16 |
| 上架时间 | 2021-09-10 |
| 评分 | 4.20/5 共20次评分 |
| 开发者 | eccentricjinp |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Video Rotater",
"description": "Rotate the Video Player to the angle you desire.",
"version": "1.2",
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icon.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+R",
"mac": "MacCtrl+R"
},
"description": "Rotate the Video Player."
}
}
} | |