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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" } ] } |