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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}