RotateYoutube

Rotate Youtube Videos

Vad är RotateYoutube?

RotateYoutube är en Chrome-tillägg utvecklad av TheMasterKey, och dess huvudfunktion är "Rotate Youtube Videos".

Tilläggsskärmbilder

screenshot

Ladda ner RotateYoutube-förlängningens CRX-fil

Ladda ner RotateYoutube-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

                        Rotate Youtube Videos for Fun                    

Grundläggande Information om Tillägg

Namn RotateYoutube RotateYoutube
ID odhcpcjgkejkhnljelfacpkgmhpllinc
Officiell webbadress https://chrome.google.com/webstore/detail/odhcpcjgkejkhnljelfacpkgmhpllinc
Beskrivning Rotate Youtube Videos
Filstorlek 13.37 KB
Antal Installationer 133
Aktuell Version 1.0.0
Senast Uppdaterad 2020-03-22
Publiceringsdatum 2020-03-22
Utvecklare TheMasterKey
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RotateYoutube",
    "version": "1.0.0",
    "description": "Rotate Youtube Videos",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "Icon16.png",
        "48": "Icon48.png",
        "128": "Icon128.png"
    },
    "browser_action": {
        "default_title": "RotateYoutube"
    },
    "web_accessible_resources": [
        "script.js"
    ]
}