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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Live notifications from any ongoing cricket match - Tests, One-Days, T20, IPL and more.."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cricket Live Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |