Rotate YouTube Video
Rotate and scale YouTube video.
Cos'è Rotate YouTube Video?
Rotate YouTube Video è un'estensione di Chrome sviluppata da echoviser, e la sua funzione principale è "Rotate and scale YouTube video.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rotate YouTube Video
Scarica i file di estensione Rotate YouTube Video 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
This extension allows you to rotate and scale YouTube video by CTRL/ALT + Mouse. Informazioni di Base sull'Estensione
| Nome | |
| ID | lcinhcicakienghnfpigejmbnganpmjl |
| URL Ufficiale | https://chrome.google.com/webstore/detail/lcinhcicakienghnfpigejmbnganpmjl |
| Descrizione | Rotate and scale YouTube video. |
| Dimensione del File | 2.12 MB |
| Conteggio Installazioni | 503 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-03-31 |
| Data di Pubblicazione | 2023-03-31 |
| Valutazione | 1.60/5 Totale 5 Valutazioni |
| Sviluppatore | echoviser |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |