FIFA 2018 World Cup Live Notifications
Live notifications from the 2018 FIFA World Cup
FIFA 2018 World Cup Live Notifications란 무엇입니까?
FIFA 2018 World Cup Live Notifications은(는) Uday Kumar Pyda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Live notifications from the 2018 FIFA World Cup"입니다.
확장 프로그램 스크린샷
FIFA 2018 World Cup Live Notifications 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Install this extension to get notified of important events from the ongoing 2018 FIFA world cup without having to constantly monitor the games. Notifications auto dismiss in 10 seconds, so it is totally unobtrusive.
확장 프로그램 기본 정보
이름 | |
ID | oaipafdngonpilnffhmbfmjphljhcack |
공식 URL | https://chrome.google.com/webstore/detail/fifa-2018-world-cup-live/oaipafdngonpilnffhmbfmjphljhcack |
설명 | Live notifications from the 2018 FIFA World Cup |
파일 크기 | 238 KB |
설치 횟수 | 103 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2018-07-14 |
출시 날짜 | 2018-07-14 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Uday Kumar Pyda |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FIFA 2018 World Cup Live Notifications", "version": "1.0.5", "description": "Live notifications from the 2018 FIFA World Cup", "browser_action": { "default_icon": "fifa.png", "default_title": "2018 FIFA World Cup", "default_popup": "popup.html" }, "background": { "scripts": [ "google-analytics-bundle.js", "jquery-1.9.1.min.js", "moment.js", "background.js" ] }, "icons": { "48": "fifa48.png", "128": "fifa128.png" }, "manifest_version": 2, "options_page": "options.html", "permissions": [ "http:\/\/*.fifa.com\/", "https:\/\/*.fifa.com\/", "https:\/\/www.google-analytics.com\/*", "notifications", "storage", "tts" ], "web_accessible_resources": [ "fifa48.png" ] } |