Rotate YouTube Video
Rotate and scale YouTube video.
什么是Rotate YouTube Video?
Rotate YouTube Video是由echoviser开发的Chrome扩展程序,该扩展的主要功能是“Rotate and scale YouTube video.”。
扩展截图
下载Rotate YouTube Video扩展crx文件
下载Rotate YouTube Video扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to rotate and scale YouTube video by CTRL/ALT + Mouse. 扩展基本信息
| 名称 | |
| ID | lcinhcicakienghnfpigejmbnganpmjl |
| 官方URL | https://chrome.google.com/webstore/detail/lcinhcicakienghnfpigejmbnganpmjl |
| 简介 | Rotate and scale YouTube video. |
| 文件大小 | 2.12 MB |
| 安装次数 | 503 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-03-31 |
| 上架时间 | 2023-03-31 |
| 评分 | 1.60/5 共5次评分 |
| 开发者 | echoviser |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Rotate YouTube Video",
"version": "1.0",
"description": "Rotate and scale YouTube video.",
"manifest_version": 3,
"host_permissions": [
"https:\/\/www.youtube.com\/*",
"https:\/\/youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/youtube.com\/*",
"https:\/\/www.youtube.com\/*"
],
"js": [
"main.js"
]
}
],
"icons": {
"16": "youtube-16.png",
"48": "youtube-48.png",
"64": "youtube-64.png",
"128": "youtube-128.png",
"256": "youtube-256.png"
}
} | |