CricketNotifier
Desktop notification of fours, sixes and wickets for selected matches
What is CricketNotifier?
CricketNotifier is a Chrome extension developed by Sports Notifier, and its main feature is "Desktop notification of fours, sixes and wickets for selected matches".
Extension Screenshots
Download CricketNotifier Extension CRX File
Download CricketNotifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension, first, shows you a list of matches which are currently going on and their current status. You can choose which all matches you want to follow. Now you will get live desktop notifications of any major events (like 4s, 6s and Out) in any of the matches you are following. Clicking on the desktop notification will redirect you to the cricinfo scoreboard. Post your feedback and let us know what you want to see in the future updates! Thanks.
Extension Basic Information
Name | |
ID | obpgcekdjbdhoomaokckjkiephefcbok |
Official URL | https://chrome.google.com/webstore/detail/cricketnotifier/obpgcekdjbdhoomaokckjkiephefcbok |
Description | Desktop notification of fours, sixes and wickets for selected matches |
File Size | 207 KB |
Installation Count | 139 |
Current Version | 2.2 |
Last Updated | 2015-03-29 |
Publish Date | 2015-03-29 |
Rating | 4.60/5 Total 10 Ratings |
Developer | Sports Notifier |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CricketNotifier", "description": "Desktop notification of fours, sixes and wickets for selected matches", "version": "2.2", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "notifications" ], "browser_action": { "default_icon": "cricico.png", "default_popup": "popup.html" }, "background": { "page": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "getMatches.js" ] } ] } |