youtate
Rotate YouTuBe Video window
什么是youtate?
youtate是由Sir0xb开发的Chrome扩展程序,该扩展的主要功能是“Rotate YouTuBe Video window”。
扩展截图
下载youtate扩展crx文件
下载youtate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The video can be rotated 90°. The button area is still below. The height of the rotated video is automatically adjusted according to the height of the window. The right-click menu can also be operated. 扩展基本信息
| 名称 | |
| ID | gnlldphmfolonkaaajghadnkdhajofoi |
| 官方URL | https://chromewebstore.google.com/detail/youtate/gnlldphmfolonkaaajghadnkdhajofoi |
| 简介 | Rotate YouTuBe Video window |
| 文件大小 | 33.32 KB |
| 安装次数 | 243 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2018-12-19 |
| 上架时间 | 2018-12-19 |
| 评分 | 4.67/5 共6次评分 |
| 开发者 | Sir0xb |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "youtate",
"version": "1.0.0",
"description": "Rotate YouTuBe Video window",
"icons": {
"16": "img\/Actions-transform-rotate-icon.png",
"48": "img\/Actions-transform-rotate-icon.png",
"128": "img\/Actions-transform-rotate-icon.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"page_action": {
"default_icon": "img\/Actions-transform-rotate-icon.png",
"default_title": "Rotate YouTuBe Video window"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/watch*"
],
"js": [
"js\/payload.js"
],
"run_at": "document_start"
}
],
"permissions": [
"contextMenus",
"activeTab",
"declarativeContent"
],
"homepage_url": "https:\/\/boliball.com",
"omnibox": {
"keyword": "ro"
},
"devtools_page": "devtools.html"
} | |