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 |
| Eメール | [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"
} | |