imgur heart

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

Was ist imgur heart?

imgur heart ist eine Chrome-Erweiterung, die von from-nibly entwickelt wurde, und ihr Hauptmerkmal ist "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love".

Erweiterungsscreenshots

screenshot

imgur heart-Erweiterungs-CRX-Datei herunterladen

Laden Sie imgur heart-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name imgur heart imgur heart
ID kcdgmpophadgjfkjdefoinnbnikhlone
Offizielle URL https://chromewebstore.google.com/detail/imgur-heart/kcdgmpophadgjfkjdefoinnbnikhlone
Beschreibung Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love
Dateigröße 186 KB
Installationsanzahl 90
Aktuelle Version 1.18
Letztes Update 2015-06-11
Veröffentlichungsdatum 2015-06-11
Bewertung 4.95/5 Insgesamt 20 Bewertungen
Entwickler from-nibly
Zahlungsart free
Erweiterungswebsite http://fromnibly.com
Unterstützte Sprachen 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"
    ]
}