Thumbs-preview for Youtube™

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

Co to jest Thumbs-preview for Youtube™?

Thumbs-preview for Youtube™ to rozszerzenie Chrome opracowane przez https://sebnilsson.com, a jego główną funkcją jest „Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.”.

Pobierz plik CRX rozszerzenia Thumbs-preview for Youtube™

Pobierz pliki rozszerzeń Thumbs-preview for Youtube™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Thumbs-preview for Youtube™ Thumbs-preview for Youtube™
ID fmgdbmahogeafeboejeaihgenfhncdia
Oficjalny URL https://chromewebstore.google.com/detail/thumbs-preview-for-youtub/fmgdbmahogeafeboejeaihgenfhncdia
Opis Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.
Rozmiar pliku 40.47 KB
Liczba instalacji 112
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2016-01-25
Data Publikacji 2016-01-20
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper https://sebnilsson.com
Typ Płatności free
Obsługiwane Języki 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'"
}