YTex YouTube Extension

Adds more controls to youtube html5 player

Cos'è YTex YouTube Extension?

YTex YouTube Extension è un'estensione di Chrome sviluppata da SeKa, e la sua funzione principale è "Adds more controls to youtube html5 player".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YTex YouTube Extension

Scarica i file di estensione YTex YouTube Extension 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

                        Die Extension fügt dem HTML5 Player auf YouTube zwei weitere Buttons hinzu, mit denen man 10 Sekunden vor oder zurück springen kann.

The Extension adds two buttons to the YouTube control bar with which you can skip the next 10 seconds or rewind 10 seconds                    

Informazioni di Base sull'Estensione

Nome YTex YouTube Extension YTex YouTube Extension
ID mllojahkjeoinmhcinbcnkleeefdohbm
URL Ufficiale https://chrome.google.com/webstore/detail/ytex-youtube-extension/mllojahkjeoinmhcinbcnkleeefdohbm
Descrizione Adds more controls to youtube html5 player
Dimensione del File 33.74 KB
Conteggio Installazioni 51
Versione Corrente 1.2
Ultimo Aggiornamento 2020-07-08
Data di Pubblicazione 2017-09-18
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore SeKa
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": "YTex YouTube Extension",
    "description": "Adds more controls to youtube html5 player",
    "version": "1.2",
    "browser_action": {
        "default_icon": "ytex128.png"
    },
    "icons": {
        "16": "ytex16.png",
        "48": "ytex48.png",
        "128": "ytex128.png"
    },
    "web_accessible_resources": [
        "Forward.png",
        "Rewind.png"
    ],
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "ytex.css"
            ],
            "js": [
                "ytex.js"
            ],
            "run_at": "document_end"
        }
    ]
}