Hoverzoom Plus for Youtube videos

Easily view Youtube videos without loading another page by hovering over the links.

Co to jest Hoverzoom Plus for Youtube videos?

Hoverzoom Plus for Youtube videos to rozszerzenie Chrome opracowane przez https://www.apptic.me, a jego główną funkcją jest „Easily view Youtube videos without loading another page by hovering over the links.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hoverzoom Plus for Youtube videos

Pobierz pliki rozszerzeń Hoverzoom Plus for Youtube videos 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

                        View Youtube videos easily by hovering over them. An extension truly for the lazy - rather than clicking, why not stay on the same page?

Demo: https://www.apptic.me/projects/hoverzoom/                    

Podstawowe informacje o rozszerzeniu

Nazwa Hoverzoom Plus for Youtube videos Hoverzoom Plus for Youtube videos
ID himebmdddlbemclikfplacbnmjgomlkk
Oficjalny URL https://chromewebstore.google.com/detail/hoverzoom-plus-for-youtub/himebmdddlbemclikfplacbnmjgomlkk
Opis Easily view Youtube videos without loading another page by hovering over the links.
Rozmiar pliku 48.37 KB
Liczba instalacji 713
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2014-06-09
Data Publikacji 2014-06-09
Ocena 3.92/5 Łącznie 13 Oceny
Deweloper https://www.apptic.me
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.apptic.me/projects/hoverzoom/
Adres URL Strony Pomocy https://www.apptic.me/contact.php
Adres URL Strony Polityki Prywatności https://www.apptic.me/privacy.php
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hoverzoom Plus for Youtube videos",
    "short_name": "Hoverzoom for Youtube",
    "description": "Easily view Youtube videos without loading another page by hovering over the links.",
    "version": "1.0.2",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}