Video Rotater
Rotate the Video Player to the angle you desire.
Wat is Video Rotater?
Video Rotater is een Chrome-extensie ontwikkeld door eccentricjinp, en de belangrijkste functie is "Rotate the Video Player to the angle you desire.".
Extensie Screenshots
Download het CRX-bestand van de extensie Video Rotater
Download Video Rotater-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fmeabdadndledapjgaaheekjneoibhlp |
| Officiële URL | https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp |
| Beschrijving | Rotate the Video Player to the angle you desire. |
| Bestandsgrootte | 11.42 KB |
| Aantal Installaties | 2,043 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2022-07-16 |
| Publicatiedatum | 2021-09-10 |
| Beoordeling | 4.20/5 Totaal 20 Beoordelingen |
| Ontwikkelaar | eccentricjinp |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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."
}
}
} | |