IT'S COMING HOME
This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.
Cos'è IT'S COMING HOME?
IT'S COMING HOME è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IT'S COMING HOME
Scarica i file di estensione IT'S COMING HOME in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | knkddaoeljimlonbfenijjhepbkhglge |
URL Ufficiale | https://chromewebstore.google.com/detail/its-coming-home/knkddaoeljimlonbfenijjhepbkhglge |
Descrizione | This Chrome extension changes the 'home' button to the 'it's coming home' button on any website. |
Dimensione del File | 5.39 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2018-07-06 |
Data di Pubblicazione | 2018-07-06 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.itsfinallycominghome.com/ |
Lingue Supportate | 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" } ] } |