Yahoo! Cricket
A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more
Yahoo! Cricket क्या है?
Yahoo! Cricket http://cricket.yahoo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Yahoo! Cricket एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Yahoo! Cricket extension for Google Chrome keeps you up to date with all things cricket - live cricket scores, quick snapshot of recent matches, and latest cricket news. In addition, get access to all the latest photos and videos (match videos, interview, press briefings, etc). Y! Cricket Home page - http://cricket.yahoo.com Y! Cricket Photos and Slideshows - http://cricket.yahoo.com/photos Latest Cricket News - http://cricket.yahoo.com/cricket/news/home Match Archives - http://cricket.yahoo.com/matches/archive
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ogmoafgeaapfomfohkbmcibjpajndmmn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/yahoo-cricket/ogmoafgeaapfomfohkbmcibjpajndmmn |
विवरण | A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more |
फ़ाइल का आकार | 610 KB |
स्थापना संख्या | 6,000 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2014-02-28 |
प्रकाशन तिथि | 2014-02-28 |
रेटिंग | 4.51/5 कुल 154 रेटिंग्स |
डेवलपर | http://cricket.yahoo.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://cricket.yahoo.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yahoo! Cricket", "version": "2.0.0", "description": "A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more", "background": { "scripts": [ "html\/js\/config_min.js", "html\/js\/background_min.js" ], "persistent": true }, "options_page": "html\/options.html", "manifest_version": 2, "browser_action": { "default_icon": "html\/images\/logo.png", "default_popup": "html\/popup.html" }, "permissions": [ "tabs", "background", "notifications", "http:\/\/*.yahooapis.com\/*", "http:\/\/cricket.yahoo.com\/*" ], "icons": { "16": "html\/images\/icon_16.png", "128": "html\/images\/icon_128.png" } } |