IT'S COMING HOME

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

Co je IT'S COMING HOME?

IT'S COMING HOME je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření IT'S COMING HOME

Stáhněte si soubory rozšíření IT'S COMING HOME ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název IT'S COMING HOME IT'S COMING HOME
ID knkddaoeljimlonbfenijjhepbkhglge
Oficiální URL https://chromewebstore.google.com/detail/its-coming-home/knkddaoeljimlonbfenijjhepbkhglge
Popis This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.
Velikost souboru 5.39 KB
Počet instalací 19
Aktuální Verze 1.5
Poslední Aktualizace 2018-07-06
Datum Vydání 2018-07-06
Vývojář Unknown
Typ Platby free
Webové stránky Rozšíření http://www.itsfinallycominghome.com/
Podporované Jazyky 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"
        }
    ]
}