Yt tools
YouTube enhancements.
Cos'è Yt tools?
Yt tools è un'estensione di Chrome sviluppata da hobosoft.production, e la sua funzione principale è "YouTube enhancements.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yt tools
Scarica i file di estensione Yt tools 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
                        Adds fast forward and rewind 5s buttons to youtube player. Adds Ctrl+q shortcut which focuses search bar. Automatically clicks 'Are you still watching?' Yes                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | apemfkbcaiefdoeceaaefidpcgmfckkk | 
| URL Ufficiale | https://chromewebstore.google.com/detail/yt-tools/apemfkbcaiefdoeceaaefidpcgmfckkk | 
| Descrizione | YouTube enhancements. | 
| Dimensione del File | 5.11 KB | 
| Conteggio Installazioni | 44 | 
| Versione Corrente | 1.2 | 
| Ultimo Aggiornamento | 2020-12-15 | 
| Data di Pubblicazione | 2020-12-15 | 
| Valutazione | 2.00/5 Totale 1 Valutazioni | 
| Sviluppatore | hobosoft.production | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yt tools",
    "version": "1.2",
    "description": "YouTube enhancements.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ]
} | |