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 |
| 官方網址 | 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"
} | |