Cricket Live Notifications
Live notifications from any ongoing cricket match - Tests, One-Days, T20, IPL and more..
Cricket Live Notifications란 무엇입니까?
Cricket Live Notifications은(는) Uday Kumar Pyda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Live notifications from any ongoing cricket match - Tests, One-Days, T20, IPL and more.."입니다.
확장 프로그램 스크린샷
Cricket Live Notifications 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you are interested in following cricket matches around the world - tests, one-days or T20 - then this extension is for you. Without the need to open any webpages or apps, you will be notified of any major events that happen in any ongoing match. Best of all - you get to choose what events interest you (May be you are interested in wides or no-balls for example) and what teams you are interested in. Go ahead, try it out and if you like it, please share it with your friends who are cricket fans like you. Version 1.1 : - Added support for IPL matches - More teams coming soon Version 1.2 - Bug fix: Math summary on popup is not updating at times - Link to the match page from the popup page Version 1.3 - Added support for U-19 and Big Bash League tournaments - Minor bug fixes Version 1.4 - Added support for ICC Women's T20 World Cup 2020 Version 1.5 - Switch all communication from http to https
확장 프로그램 기본 정보
이름 | Cricket Live Notifications |
ID | ipaloicnjcpbhbbdffpbfgnabnmniikk |
공식 URL | https://chromewebstore.google.com/detail/cricket-live-notification/ipaloicnjcpbhbbdffpbfgnabnmniikk |
설명 | Live notifications from any ongoing cricket match - Tests, One-Days, T20, IPL and more.. |
파일 크기 | 2.54 MB |
설치 횟수 | 2,478 |
현재 버전 | 1.5 |
최근 업데이트 | 2021-09-25 |
출시 날짜 | 2020-02-21 |
평점 | 4.08/5 총 12 개의 평점 |
개발자 | Uday Kumar Pyda |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cricket Live Notifications", "version": "1.5", "description": "Live notifications from any ongoing cricket match - Tests, One-Days, T20, IPL and more..", "browser_action": { "default_icon": "cricket.png", "default_title": "Cricket Live Notifications", "default_popup": "popup.html" }, "background": { "scripts": [ "google-analytics-bundle.js", "jquery-1.9.1.min.js", "background.js" ] }, "icons": { "48": "cricket48.png", "128": "cricket128.png" }, "manifest_version": 2, "options_page": "options.html", "permissions": [ "http:\/\/*.cricinfo.com\/", "http:\/\/*.espncricinfo.com\/", "https:\/\/*.cricinfo.com\/", "https:\/\/*.espncricinfo.com\/", "https:\/\/www.google-analytics.com\/*", "notifications", "storage" ], "web_accessible_resources": [ "cricket48.png" ] } |