CricketNotifier
Desktop notification of fours, sixes and wickets for selected matches
Wat is CricketNotifier?
CricketNotifier is een Chrome-extensie ontwikkeld door Sports Notifier, en de belangrijkste functie is "Desktop notification of fours, sixes and wickets for selected matches".
Extensie Screenshots
Download het CRX-bestand van de extensie CricketNotifier
Download CricketNotifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | obpgcekdjbdhoomaokckjkiephefcbok |
Officiële URL | https://chrome.google.com/webstore/detail/cricketnotifier/obpgcekdjbdhoomaokckjkiephefcbok |
Beschrijving | Desktop notification of fours, sixes and wickets for selected matches |
Bestandsgrootte | 207 KB |
Aantal Installaties | 139 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2015-03-29 |
Publicatiedatum | 2015-03-29 |
Beoordeling | 4.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Sports Notifier |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |