Video Rotater
Rotate the Video Player to the angle you desire.
Co to jest Video Rotater?
Video Rotater to rozszerzenie Chrome opracowane przez eccentricjinp, a jego główną funkcją jest „Rotate the Video Player to the angle you desire.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Video Rotater
Pobierz pliki rozszerzeń Video Rotater w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Video Rotater |
ID | fmeabdadndledapjgaaheekjneoibhlp |
Oficjalny URL | https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp |
Opis | Rotate the Video Player to the angle you desire. |
Rozmiar pliku | 11.42 KB |
Liczba instalacji | 2,043 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2022-07-16 |
Data Publikacji | 2021-09-10 |
Ocena | 4.20/5 Łącznie 20 Oceny |
Deweloper | eccentricjinp |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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." } } } |