9ZOOM - 9gag Avatar Zoom

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

What is 9ZOOM - 9gag Avatar Zoom?

9ZOOM - 9gag Avatar Zoom is a Chrome extension developed by slipknoize, and its main feature is "Unofficial extension that zooms the 9gag users avatars on mouse hover.".

Extension Screenshots

screenshot

Download 9ZOOM - 9gag Avatar Zoom Extension CRX File

Download 9ZOOM - 9gag Avatar Zoom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name 9ZOOM - 9gag Avatar Zoom 9ZOOM - 9gag Avatar Zoom
ID amlibgjdibjookcmegippkkcpkflbgio
Official URL https://chrome.google.com/webstore/detail/9zoom-9gag-avatar-zoom/amlibgjdibjookcmegippkkcpkflbgio
Description Unofficial extension that zooms the 9gag users avatars on mouse hover.
File Size 132 KB
Installation Count 44
Current Version 0.1.3
Last Updated 2017-02-24
Publish Date 2017-02-24
Rating 3.86/5 Total 7 Ratings
Developer slipknoize
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}