Harambe Lives

A secret reminder to us all, that he's still here.

Что такое Harambe Lives?

Harambe Lives - это расширение Chrome, разработанное norton.seanm, и его основная функция - "A secret reminder to us all, that he's still here.".

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

screenshot

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

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

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

                        This extension will randomly add Harambe to every page when you mouse over an image.
I recommend installing this on a parents or mates chrome just to mess with them.                    

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

Название Harambe Lives Harambe Lives
ID elaapbnomecicnkmcnlenhgilopocigg
Официальный URL https://chromewebstore.google.com/detail/harambe-lives/elaapbnomecicnkmcnlenhgilopocigg
Описание A secret reminder to us all, that he's still here.
Размер файла 169 KB
Количество установок 0
Текущая Версия 0.1
Последнее Обновление 2016-09-06
Дата публикации 2016-09-05
Разработчик norton.seanm
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harambe Lives",
    "version": "0.1",
    "description": "A secret reminder to us all, that he's still here.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}