9ZOOM - 9gag Avatar Zoom

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

Wat is 9ZOOM - 9gag Avatar Zoom?

9ZOOM - 9gag Avatar Zoom is een Chrome-extensie ontwikkeld door slipknoize, en de belangrijkste functie is "Unofficial extension that zooms the 9gag users avatars on mouse hover.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 9ZOOM - 9gag Avatar Zoom

Download 9ZOOM - 9gag Avatar Zoom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam 9ZOOM - 9gag Avatar Zoom 9ZOOM - 9gag Avatar Zoom
ID amlibgjdibjookcmegippkkcpkflbgio
Officiële URL https://chrome.google.com/webstore/detail/9zoom-9gag-avatar-zoom/amlibgjdibjookcmegippkkcpkflbgio
Beschrijving Unofficial extension that zooms the 9gag users avatars on mouse hover.
Bestandsgrootte 132 KB
Aantal Installaties 44
Huidige Versie 0.1.3
Laatst Bijgewerkt 2017-02-24
Publicatiedatum 2017-02-24
Beoordeling 3.86/5 Totaal 7 Beoordelingen
Ontwikkelaar slipknoize
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}