imgur heart

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

Что такое imgur heart?

imgur heart - это расширение Chrome, разработанное from-nibly, и его основная функция - "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения imgur heart

Скачайте файлы расширений imgur heart в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название imgur heart imgur heart
ID kcdgmpophadgjfkjdefoinnbnikhlone
Официальный URL https://chromewebstore.google.com/detail/imgur-heart/kcdgmpophadgjfkjdefoinnbnikhlone
Описание Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love
Размер файла 186 KB
Количество установок 90
Текущая Версия 1.18
Последнее Обновление 2015-06-11
Дата публикации 2015-06-11
Рейтинг 4.95/5 Всего 20 оценок
Разработчик from-nibly
Тип оплаты free
Официальный сайт расширения http://fromnibly.com
Поддерживаемые языки 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"
    ]
}