Video Rotater

Rotate the Video Player to the angle you desire.

Co je Video Rotater?

Video Rotater je rozšíření Chrome vyvinuté eccentricjinp, a jeho hlavní funkcí je „Rotate the Video Player to the angle you desire.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Video Rotater

Stáhněte si soubory rozšíření Video Rotater ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Video Rotater Video Rotater
ID fmeabdadndledapjgaaheekjneoibhlp
Oficiální URL https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp
Popis Rotate the Video Player to the angle you desire.
Velikost souboru 11.42 KB
Počet instalací 2,043
Aktuální Verze 1.2
Poslední Aktualizace 2022-07-16
Datum Vydání 2021-09-10
Hodnocení 4.20/5 Celkem 20 Hodnocení
Vývojář eccentricjinp
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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."
        }
    }
}