West Ham-ify me.

Bringing the famous Claret and Blue to your screen in times of need.

Что такое West Ham-ify me.?

West Ham-ify me. - это расширение Chrome, разработанное Mark Roffey, и его основная функция - "Bringing the famous Claret and Blue to your screen in times of need.".

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

screenshot

Скачать файл CRX расширения West Ham-ify me.

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

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

                        An extension that brings West Ham to your screen when you're feeling down.
Keep clicking the icon to make your day better.

Version history
0.0.0.3 - Changed zoom time to 4s.
0.0.0.2 - Added zoom out.
0.0.0.1 - The beginning!                    

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

Название West Ham-ify me. West Ham-ify me.
ID nkdhfanhgogkllmkipkmcnbgooaaojea
Официальный URL https://chromewebstore.google.com/detail/west-ham-ify-me/nkdhfanhgogkllmkipkmcnbgooaaojea
Описание Bringing the famous Claret and Blue to your screen in times of need.
Размер файла 121 KB
Количество установок 144
Текущая Версия 0.0.0.3
Последнее Обновление 2017-09-08
Дата публикации 2017-09-08
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Mark Roffey
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "West Ham-ify me.",
    "description": "Bringing the famous Claret and Blue to your screen in times of need.",
    "version": "0.0.0.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "West Ham-ify me!",
        "default_icon": "icon128.png"
    },
    "web_accessible_resources": [
        "css\/style.css",
        "img\/logo.png",
        "icon128.png"
    ],
    "manifest_version": 2
}