RotateYoutube

Rotate Youtube Videos

Cos'è RotateYoutube?

RotateYoutube è un'estensione di Chrome sviluppata da TheMasterKey, e la sua funzione principale è "Rotate Youtube Videos".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RotateYoutube

Scarica i file di estensione RotateYoutube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Rotate Youtube Videos for Fun                    

Informazioni di Base sull'Estensione

Nome RotateYoutube RotateYoutube
ID odhcpcjgkejkhnljelfacpkgmhpllinc
URL Ufficiale https://chrome.google.com/webstore/detail/odhcpcjgkejkhnljelfacpkgmhpllinc
Descrizione Rotate Youtube Videos
Dimensione del File 13.37 KB
Conteggio Installazioni 133
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-03-22
Data di Pubblicazione 2020-03-22
Sviluppatore TheMasterKey
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}