Make America's Hands Tiny Again

Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.

Что такое Make America's Hands Tiny Again?

Make America's Hands Tiny Again - это расширение Chrome, разработанное sinker, и его основная функция - "Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.".

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

screenshot
screenshot

Скачать файл CRX расширения Make America's Hands Tiny Again

Скачайте файлы расширений Make America's Hands Tiny Again в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                                            

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

Название Make America's Hands Tiny Again Make America's Hands Tiny Again
ID ojgpbadmpceampflpngboopnbgbhofjf
Официальный URL https://chromewebstore.google.com/detail/make-americas-hands-tiny/ojgpbadmpceampflpngboopnbgbhofjf
Описание Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.
Размер файла 3.73 KB
Количество установок 350
Текущая Версия 0.2
Последнее Обновление 2016-03-05
Дата публикации 2016-03-05
Рейтинг 4.79/5 Всего 33 оценок
Разработчик sinker
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make America's Hands Tiny Again",
    "description": "Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}