IT'S COMING HOME
This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.
Co to jest IT'S COMING HOME?
IT'S COMING HOME to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IT'S COMING HOME
Pobierz pliki rozszerzeń IT'S COMING HOME w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | knkddaoeljimlonbfenijjhepbkhglge |
Oficjalny URL | https://chromewebstore.google.com/detail/its-coming-home/knkddaoeljimlonbfenijjhepbkhglge |
Opis | This Chrome extension changes the 'home' button to the 'it's coming home' button on any website. |
Rozmiar pliku | 5.39 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2018-07-06 |
Data Publikacji | 2018-07-06 |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | http://www.itsfinallycominghome.com/ |
Obsługiwane Języki | 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" } ] } |