Thumbs-preview for Youtube™

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

Vad är Thumbs-preview for Youtube™?

Thumbs-preview for Youtube™ är en Chrome-tillägg utvecklad av https://sebnilsson.com, och dess huvudfunktion är "Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.".

Ladda ner Thumbs-preview for Youtube™-förlängningens CRX-fil

Ladda ner Thumbs-preview for Youtube™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Thumbs-preview for Youtube™ Thumbs-preview for Youtube™
ID fmgdbmahogeafeboejeaihgenfhncdia
Officiell webbadress https://chromewebstore.google.com/detail/thumbs-preview-for-youtub/fmgdbmahogeafeboejeaihgenfhncdia
Beskrivning Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.
Filstorlek 40.47 KB
Antal Installationer 112
Aktuell Version 0.2.1
Senast Uppdaterad 2016-01-25
Publiceringsdatum 2016-01-20
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare https://sebnilsson.com
Betalningssätt free
Stödda Språk 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'"
}