Imgur Peeker

Adds a link next to the user's name to go directly to albums.

What is Imgur Peeker?

Imgur Peeker is a Chrome extension developed by Unknown, and its main feature is "Adds a link next to the user's name to go directly to albums.".

Extension Screenshots

screenshot

Download Imgur Peeker Extension CRX File

Download Imgur Peeker 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

                        Adds a link next to the user's name to go directly to albums.                    

Extension Basic Information

Name Imgur Peeker Imgur Peeker
ID imblcbiihlokenchlldaibjfhpglpfod
Official URL https://chromewebstore.google.com/detail/imgur-peeker/imblcbiihlokenchlldaibjfhpglpfod
Description Adds a link next to the user's name to go directly to albums.
File Size 26.31 KB
Installation Count 446
Current Version 2.1.0
Last Updated 2017-01-26
Publish Date 2017-01-26
Rating 3.38/5 Total 13 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgur Peeker",
    "description": "Adds a link next to the user's name to go directly to albums.",
    "version": "2.1.0",
    "icons": {
        "48": "gir48.png",
        "128": "gir128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "gir48.png",
            "128": "gir128.png"
        },
        "default_title": "Imgur Peeker"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.imgur.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}