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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" } ] } |