IT'S COMING HOME

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

¿Qué es IT'S COMING HOME?

IT'S COMING HOME es una extensión de Chrome desarrollada por Unknown, y su función principal es "This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión IT'S COMING HOME

Descarga archivos de extensión IT'S COMING HOME en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre IT'S COMING HOME IT'S COMING HOME
ID knkddaoeljimlonbfenijjhepbkhglge
URL Oficial https://chromewebstore.google.com/detail/its-coming-home/knkddaoeljimlonbfenijjhepbkhglge
Descripción This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.
Tamaño del Archivo 5.39 KB
Cantidad de Instalaciones 19
Versión Actual 1.5
Última Actualización 2018-07-06
Fecha de Publicación 2018-07-06
Desarrollador Unknown
Tipo de Pago free
Sitio Web de la Extensión http://www.itsfinallycominghome.com/
Idiomas Soportados 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"
        }
    ]
}