West Ham-ify me.

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

O que é West Ham-ify me.?

West Ham-ify me. é uma extensão do Chrome desenvolvida por Mark Roffey, e sua principal característica é "Bringing the famous Claret and Blue to your screen in times of need.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão West Ham-ify me.

Baixe arquivos de extensão West Ham-ify me. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome West Ham-ify me. West Ham-ify me.
ID nkdhfanhgogkllmkipkmcnbgooaaojea
URL Oficial https://chromewebstore.google.com/detail/west-ham-ify-me/nkdhfanhgogkllmkipkmcnbgooaaojea
Descrição Bringing the famous Claret and Blue to your screen in times of need.
Tamanho do Arquivo 121 KB
Contagem de Instalações 144
Versão Atual 0.0.0.3
Última Atualização 2017-09-08
Data de Publicação 2017-09-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Mark Roffey
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}