Video Rotater
Rotate the Video Player to the angle you desire.
Video Rotaterとは何ですか?
Video Rotaterはeccentricjinpによって開発されたChromeの拡張機能で、その主な機能は「Rotate the Video Player to the angle you desire.」です。
拡張機能のスクリーンショット
Video Rotater拡張機能のCRXファイルをダウンロード
Video Rotater拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1. It is completely free.
2. Tested on the Youtube and other play page.
3. Press Ctrl+C to rotate the player in full screen.
4. Enjoy.
Update log:
2021/12/07: Tested on more play pages, mainly Youtube player.
2022/07/15: Bug fixed. 拡張機能の基本情報
| 名前 | |
| ID | fmeabdadndledapjgaaheekjneoibhlp |
| 公式URL | https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp |
| 説明 | Rotate the Video Player to the angle you desire. |
| ファイルサイズ | 11.42 KB |
| インストール数 | 2,043 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2022-07-16 |
| 公開日 | 2021-09-10 |
| 評価 | 4.20/5 合計 20 レビュー |
| 開発者 | eccentricjinp |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Video Rotater",
"description": "Rotate the Video Player to the angle you desire.",
"version": "1.2",
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icon.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+R",
"mac": "MacCtrl+R"
},
"description": "Rotate the Video Player."
}
}
} | |