Video Rotater

Rotate the Video Player to the angle you desire.

Vad är Video Rotater?

Video Rotater är en Chrome-tillägg utvecklad av eccentricjinp, och dess huvudfunktion är "Rotate the Video Player to the angle you desire.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Video Rotater-förlängningens CRX-fil

Ladda ner Video Rotater-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Video Rotater Video Rotater
ID fmeabdadndledapjgaaheekjneoibhlp
Officiell webbadress https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp
Beskrivning Rotate the Video Player to the angle you desire.
Filstorlek 11.42 KB
Antal Installationer 2,043
Aktuell Version 1.2
Senast Uppdaterad 2022-07-16
Publiceringsdatum 2021-09-10
Betyg 4.20/5 Totalt 20 Betyg
Utvecklare eccentricjinp
E-post [email protected]
Betalningssätt free
Stödda Språk 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."
        }
    }
}