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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης IT'S COMING HOME

Λήψη αρχείων επέκτασης IT'S COMING HOME σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα IT'S COMING HOME 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"
        }
    ]
}