youtate

Rotate YouTuBe Video window

Cos'è youtate?

youtate è un'estensione di Chrome sviluppata da Sir0xb, e la sua funzione principale è "Rotate YouTuBe Video window".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione youtate

Scarica i file di estensione youtate 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

                        The video can be rotated 90°. The button area is still below. The height of the rotated video is automatically adjusted according to the height of the window. The right-click menu can also be operated.                    

Informazioni di Base sull'Estensione

Nome youtate youtate
ID gnlldphmfolonkaaajghadnkdhajofoi
URL Ufficiale https://chromewebstore.google.com/detail/youtate/gnlldphmfolonkaaajghadnkdhajofoi
Descrizione Rotate YouTuBe Video window
Dimensione del File 33.32 KB
Conteggio Installazioni 243
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-12-19
Data di Pubblicazione 2018-12-19
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore Sir0xb
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "youtate",
    "version": "1.0.0",
    "description": "Rotate YouTuBe Video window",
    "icons": {
        "16": "img\/Actions-transform-rotate-icon.png",
        "48": "img\/Actions-transform-rotate-icon.png",
        "128": "img\/Actions-transform-rotate-icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "img\/Actions-transform-rotate-icon.png",
        "default_title": "Rotate YouTuBe Video window"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/watch*"
            ],
            "js": [
                "js\/payload.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "declarativeContent"
    ],
    "homepage_url": "https:\/\/boliball.com",
    "omnibox": {
        "keyword": "ro"
    },
    "devtools_page": "devtools.html"
}