IT'S COMING HOME

This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.

O que é IT'S COMING HOME?

IT'S COMING HOME é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão IT'S COMING HOME

Baixe arquivos de extensão IT'S COMING HOME 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

                        The 2018 World Cup, what a time to be alive!

Germany are gone, Argentina are gone, Ronaldo’s gone, and England are winning penalty shoot outs. With Sir Harry Kane scoring for fun, 2018 is the year FOOTBALL IS FINALLY COMING HOME.

This Chrome extension turns the ‘Home’ button on any website into an ‘It’s Coming Home’ button.

Try it out and spread the word. 52 years of hurt, never stopped you dreaming…hold on, it’s coming home.                    

Informações Básicas da Extensão

Nome IT'S COMING HOME IT'S COMING HOME
ID knkddaoeljimlonbfenijjhepbkhglge
URL Oficial https://chromewebstore.google.com/detail/its-coming-home/knkddaoeljimlonbfenijjhepbkhglge
Descrição This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.
Tamanho do Arquivo 5.39 KB
Contagem de Instalações 19
Versão Atual 1.5
Última Atualização 2018-07-06
Data de Publicação 2018-07-06
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão http://www.itsfinallycominghome.com/
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IT'S COMING HOME",
    "description": "This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}