IT'S COMING HOME
This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.
Qu'est-ce que IT'S COMING HOME ?
IT'S COMING HOME est une extension Chrome développée par Unknown, et sa fonction principale est "This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IT'S COMING HOME
Téléchargez les fichiers d'extension IT'S COMING HOME au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | knkddaoeljimlonbfenijjhepbkhglge |
URL Officiel | https://chromewebstore.google.com/detail/its-coming-home/knkddaoeljimlonbfenijjhepbkhglge |
Description | This Chrome extension changes the 'home' button to the 'it's coming home' button on any website. |
Taille du Fichier | 5.39 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2018-07-06 |
Date de Publication | 2018-07-06 |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | http://www.itsfinallycominghome.com/ |
Langues Prises en Charge | 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" } ] } |