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