Rotate YouTube Video
Rotate and scale YouTube video.
Wat is Rotate YouTube Video?
Rotate YouTube Video is een Chrome-extensie ontwikkeld door echoviser, en de belangrijkste functie is "Rotate and scale YouTube video.".
Extensie Screenshots
Download het CRX-bestand van de extensie Rotate YouTube Video
Download Rotate YouTube Video-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
This extension allows you to rotate and scale YouTube video by CTRL/ALT + Mouse.
Basisinformatie over de Extensie
Naam | Rotate YouTube Video |
ID | lcinhcicakienghnfpigejmbnganpmjl |
Officiële URL | https://chrome.google.com/webstore/detail/lcinhcicakienghnfpigejmbnganpmjl |
Beschrijving | Rotate and scale YouTube video. |
Bestandsgrootte | 2.12 MB |
Aantal Installaties | 503 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-03-31 |
Publicatiedatum | 2023-03-31 |
Beoordeling | 1.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | echoviser |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |