Rotate YouTube Video
Rotate and scale YouTube video.
What is Rotate YouTube Video?
Rotate YouTube Video is a Chrome extension developed by echoviser, and its main feature is "Rotate and scale YouTube video.".
Extension Screenshots
Download Rotate YouTube Video Extension CRX File
Download Rotate YouTube Video 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
This extension allows you to rotate and scale YouTube video by CTRL/ALT + Mouse.
Extension Basic Information
Name | Rotate YouTube Video |
ID | lcinhcicakienghnfpigejmbnganpmjl |
Official URL | https://chrome.google.com/webstore/detail/lcinhcicakienghnfpigejmbnganpmjl |
Description | Rotate and scale YouTube video. |
File Size | 2.12 MB |
Installation Count | 503 |
Current Version | 1.0 |
Last Updated | 2023-03-31 |
Publish Date | 2023-03-31 |
Rating | 1.60/5 Total 5 Ratings |
Developer | echoviser |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |