Yahoo! Cricket
A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more
Что такое Yahoo! Cricket?
Yahoo! Cricket - это расширение Chrome, разработанное http://cricket.yahoo.com, и его основная функция - "A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more".
Снимки экрана расширения
Скачать файл CRX расширения Yahoo! Cricket
Скачайте файлы расширений Yahoo! Cricket в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |