IT'S COMING HOME
This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.
IT'S COMING HOME क्या है?
IT'S COMING HOME Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension changes the 'home' button to the 'it's coming home' button on any website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IT'S COMING HOME एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | knkddaoeljimlonbfenijjhepbkhglge |
आधिकारिक URL | https://chromewebstore.google.com/detail/its-coming-home/knkddaoeljimlonbfenijjhepbkhglge |
विवरण | This Chrome extension changes the 'home' button to the 'it's coming home' button on any website. |
फ़ाइल का आकार | 5.39 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2018-07-06 |
प्रकाशन तिथि | 2018-07-06 |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.itsfinallycominghome.com/ |
समर्थित भाषाएँ | 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" } ] } |