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 là gì?

IT'S COMING HOME là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IT'S COMING HOME

Tải xuống các tệp mở rộng IT'S COMING HOME dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IT'S COMING HOME IT'S COMING HOME
ID knkddaoeljimlonbfenijjhepbkhglge
URL Chính Thức https://chromewebstore.google.com/detail/its-coming-home/knkddaoeljimlonbfenijjhepbkhglge
Mô tả This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.
Kích Thước Tệp 5.39 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2018-07-06
Ngày Phát Hành 2018-07-06
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng http://www.itsfinallycominghome.com/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}