Video Rotater
Rotate the Video Player to the angle you desire.
What is Video Rotater?
Video Rotater is a Chrome extension developed by eccentricjinp, and its main feature is "Rotate the Video Player to the angle you desire.".
Extension Screenshots
Download Video Rotater Extension CRX File
Download Video Rotater extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Video Rotater |
ID | fmeabdadndledapjgaaheekjneoibhlp |
Official URL | https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp |
Description | Rotate the Video Player to the angle you desire. |
File Size | 11.42 KB |
Installation Count | 2,043 |
Current Version | 1.2 |
Last Updated | 2022-07-16 |
Publish Date | 2021-09-10 |
Rating | 4.20/5 Total 20 Ratings |
Developer | eccentricjinp |
[email protected] | |
Payment Type | free |
Supported Languages | 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." } } } |