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.
擴展基本資訊
名稱 | Video Rotater |
ID | fmeabdadndledapjgaaheekjneoibhlp |
官方網址 | 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 |
電子郵箱 | [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." } } } |