Thumbs-preview for Youtube™

Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.

Cos'è Thumbs-preview for Youtube™?

Thumbs-preview for Youtube™ è un'estensione di Chrome sviluppata da https://sebnilsson.com, e la sua funzione principale è "Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.".

Scarica il file CRX dell'estensione Thumbs-preview for Youtube™

Scarica i file di estensione Thumbs-preview for Youtube™ 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

                                            

Informazioni di Base sull'Estensione

Nome Thumbs-preview for Youtube™ Thumbs-preview for Youtube™
ID fmgdbmahogeafeboejeaihgenfhncdia
URL Ufficiale https://chromewebstore.google.com/detail/thumbs-preview-for-youtub/fmgdbmahogeafeboejeaihgenfhncdia
Descrizione Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.
Dimensione del File 40.47 KB
Conteggio Installazioni 112
Versione Corrente 0.2.1
Ultimo Aggiornamento 2016-01-25
Data di Pubblicazione 2016-01-20
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore https://sebnilsson.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thumbs-preview for Youtube\u2122",
    "description": "Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.",
    "version": "0.2.1",
    "author": "Seb Nilsson",
    "homepage_url": "http:\/\/sebnilsson.com",
    "permissions": [
        "http:\/\/*.youtube.com\/*",
        "https:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.2.0.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}