Video Rotater
Rotate the Video Player to the angle you desire.
Cos'è Video Rotater?
Video Rotater è un'estensione di Chrome sviluppata da eccentricjinp, e la sua funzione principale è "Rotate the Video Player to the angle you desire.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Video Rotater
Scarica i file di estensione Video Rotater in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Video Rotater |
ID | fmeabdadndledapjgaaheekjneoibhlp |
URL Ufficiale | https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp |
Descrizione | Rotate the Video Player to the angle you desire. |
Dimensione del File | 11.42 KB |
Conteggio Installazioni | 2,043 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-07-16 |
Data di Pubblicazione | 2021-09-10 |
Valutazione | 4.20/5 Totale 20 Valutazioni |
Sviluppatore | eccentricjinp |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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." } } } |