imgur heart

Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love

What is imgur heart?

imgur heart is a Chrome extension developed by from-nibly, and its main feature is "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love".

Extension Screenshots

screenshot

Download imgur heart Extension CRX File

Download imgur heart 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

                        Other Features
Adds tags to bottom bar.
Adds upvote bar with optional inline vote statistics.
Op is a ___ feature where you can change OP to whatever you want.
Can change the imgur site text color.                    

Extension Basic Information

Name imgur heart imgur heart
ID kcdgmpophadgjfkjdefoinnbnikhlone
Official URL https://chromewebstore.google.com/detail/imgur-heart/kcdgmpophadgjfkjdefoinnbnikhlone
Description Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love
File Size 186 KB
Installation Count 90
Current Version 1.18
Last Updated 2015-06-11
Publish Date 2015-06-11
Rating 4.95/5 Total 20 Ratings
Developer from-nibly
Payment Type free
Extension Website http://fromnibly.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "imgur heart",
    "description": "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love",
    "version": "1.18",
    "options_page": "options\/options.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/bigicon.png"
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "browser_action": {
        "name": "bring back heart",
        "icons": [
            "img\/icon.png"
        ],
        "default_icon": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "lib\/js\/jquery.js",
            "options\/event.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "background\/background.css",
                "lib\/css\/bootstrap.css"
            ],
            "js": [
                "lib\/js\/jquery.js",
                "background\/background.js",
                "lib\/js\/bootstrap.min.js"
            ],
            "matches": [
                "http:\/\/imgur.com\/gallery\/*",
                "https:\/\/imgur.com\/gallery\/*",
                "http:\/\/*.imgur.com\/gallery\/*",
                "https:\/\/*.imgur.com\/gallery\/*",
                "http:\/\/imgur.com\/t\/*\/*",
                "https:\/\/imgur.com\/t\/*\/*",
                "http:\/\/*.imgur.com\/t\/*\/*",
                "https:\/\/*.imgur.com\/t\/*\/*",
                "http:\/\/imgur.com\/topic\/*\/*",
                "https:\/\/imgur.com\/topic\/*\/*",
                "http:\/\/*.imgur.com\/topic\/*\/*",
                "https:\/\/*.imgur.com\/topic\/*\/*",
                "http:\/\/anton-portfolio.info\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/sprites.png",
        "css\/greenheart.css"
    ]
}