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によって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension changes the 'home' button to the 'it's coming home' button on any website.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

IT'S COMING HOME拡張機能のCRXファイルをダウンロード

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