Harambe

Make sure our Lord & Savior, Harambe, gets the recognition he deserves

Что такое Harambe?

Harambe - это расширение Chrome, разработанное rcobelli, и его основная функция - "Make sure our Lord & Savior, Harambe, gets the recognition he deserves".

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

screenshot
screenshot
screenshot

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

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

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

                        This extension will make sure that our Lord & Savior gets his recognition. It will replace all instances of Donald Trump with "Harambe", make all existing mentions of Harambe all caps, replace Hillary Clinton with "Hillary did Harambe", and all instances of Barack Obama with "Dicks Out for Harambe". Finally, it will replace all images on the web with a photo of Harambe. This is a must have for any self-respecting memelord.                    

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

Название Harambe Harambe
ID lonpclkknojofcceoebdejjpegakhngo
Официальный URL https://chrome.google.com/webstore/detail/harambe/lonpclkknojofcceoebdejjpegakhngo
Описание Make sure our Lord & Savior, Harambe, gets the recognition he deserves
Размер файла 156 KB
Количество установок 160
Текущая Версия 1.0
Последнее Обновление 2016-08-18
Дата публикации 2016-08-18
Рейтинг 2.71/5 Всего 48 оценок
Разработчик rcobelli
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harambe",
    "description": "Make sure our Lord & Savior, Harambe, gets the recognition he deserves",
    "version": "1.0",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        "cat.jpg"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}