YouTube Extra 1
Move,Rotate,Zoom Video
什么是YouTube Extra 1?
YouTube Extra 1是由anovsiradj开发的Chrome扩展程序,该扩展的主要功能是“Move,Rotate,Zoom Video”。
扩展截图
下载YouTube Extra 1扩展crx文件
下载YouTube Extra 1扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension add custom controls on player to allow Move,Rotate,Zoom Video. 扩展基本信息
| 名称 | |
| ID | fbjmohjgkmpnngocnabbacbhlclfikib |
| 官方URL | https://chrome.google.com/webstore/detail/youtube-extra-1/fbjmohjgkmpnngocnabbacbhlclfikib |
| 简介 | Move,Rotate,Zoom Video |
| 文件大小 | 24.33 KB |
| 安装次数 | 38 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2020-12-11 |
| 上架时间 | 2020-12-11 |
| 开发者 | anovsiradj |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/anovsiradj/ytextra1/ |
| 帮助页面URL | https://github.com/anovsiradj/ytextra1/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Extra 1",
"description": "Move,Rotate,Zoom Video",
"icons": {
"32": "icons\/favicon_32.png",
"48": "icons\/favicon_48.png",
"96": "icons\/favicon_96.png",
"144": "icons\/favicon_144.png"
},
"version": "0.0.1",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"https:\/\/youtube.com\/*",
"https:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"manifest_version": 2
} | |