9ZOOM - 9gag Avatar Zoom

Unofficial extension that zooms the 9gag users avatars on mouse hover.

Co to jest 9ZOOM - 9gag Avatar Zoom?

9ZOOM - 9gag Avatar Zoom to rozszerzenie Chrome opracowane przez slipknoize, a jego główną funkcją jest „Unofficial extension that zooms the 9gag users avatars on mouse hover.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia 9ZOOM - 9gag Avatar Zoom

Pobierz pliki rozszerzeń 9ZOOM - 9gag Avatar Zoom 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

                        With 9ZOOM you can view a bigger Avatar Picture from 9gag.com commentary section. Just mouse hover the original user profile image, and see the magic happening!                    

Podstawowe informacje o rozszerzeniu

Nazwa 9ZOOM - 9gag Avatar Zoom 9ZOOM - 9gag Avatar Zoom
ID amlibgjdibjookcmegippkkcpkflbgio
Oficjalny URL https://chrome.google.com/webstore/detail/9zoom-9gag-avatar-zoom/amlibgjdibjookcmegippkkcpkflbgio
Opis Unofficial extension that zooms the 9gag users avatars on mouse hover.
Rozmiar pliku 132 KB
Liczba instalacji 44
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2017-02-24
Data Publikacji 2017-02-24
Ocena 3.86/5 Łącznie 7 Oceny
Deweloper slipknoize
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9ZOOM - 9gag Avatar Zoom",
    "short_name": "9ZOOM",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "Unofficial extension that zooms the 9gag users avatars on mouse hover.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "9ZOOM",
        "default_popup": "extension.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.9gag.com\/*",
                "https:\/\/*.9gag.com\/*"
            ],
            "js": [
                "jquery.js",
                "9zoom.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "spinner.gif"
    ]
}