Putinizer

Replaces images on a webpage with pictures of Vladimir Putin

Что такое Putinizer?

Putinizer - это расширение Chrome, разработанное climberpete, и его основная функция - "Replaces images on a webpage with pictures of Vladimir Putin".

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

screenshot

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

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

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

                        You can never get enough Vladimir Putin in your life.  This extension replaces images on the pages you visit silently with images of Vladimir Putin.  

Press alt-shift and a number 1-9 to set the replacement level.  1 is about 10% replacement and 9 is 90%

Images that are very tall or very wide are typically not replaced.                    

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

Название Putinizer Putinizer
ID ipjobglikbmbklmannaldfhcaonljffn
Официальный URL https://chromewebstore.google.com/detail/putinizer/ipjobglikbmbklmannaldfhcaonljffn
Описание Replaces images on a webpage with pictures of Vladimir Putin
Размер файла 36.73 KB
Количество установок 40
Текущая Версия 0.1
Последнее Обновление 2014-08-27
Дата публикации 2014-08-26
Рейтинг 2.00/5 Всего 4 оценок
Разработчик climberpete
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Putinizer",
    "version": "0.1",
    "description": "Replaces images on a webpage with pictures of Vladimir Putin",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}