Rotate YouTube Video

Rotate and scale YouTube video.

Vad är Rotate YouTube Video?

Rotate YouTube Video är en Chrome-tillägg utvecklad av echoviser, och dess huvudfunktion är "Rotate and scale YouTube video.".

Tilläggsskärmbilder

screenshot

Ladda ner Rotate YouTube Video-förlängningens CRX-fil

Ladda ner Rotate YouTube Video-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

                        This extension allows you to rotate and scale YouTube video by CTRL/ALT + Mouse.                    

Grundläggande Information om Tillägg

Namn Rotate YouTube Video Rotate YouTube Video
ID lcinhcicakienghnfpigejmbnganpmjl
Officiell webbadress https://chrome.google.com/webstore/detail/lcinhcicakienghnfpigejmbnganpmjl
Beskrivning Rotate and scale YouTube video.
Filstorlek 2.12 MB
Antal Installationer 503
Aktuell Version 1.0
Senast Uppdaterad 2023-03-31
Publiceringsdatum 2023-03-31
Betyg 1.60/5 Totalt 5 Betyg
Utvecklare echoviser
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}