Live Cricket Scores

For all the fans of WC 2015.

Что такое Live Cricket Scores?

Live Cricket Scores - это расширение Chrome, разработанное Samarth Shah, и его основная функция - "For all the fans of WC 2015.".

Скачать файл CRX расширения Live Cricket Scores

Скачайте файлы расширений Live Cricket Scores в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Are you a cricket fan but also sometimes want to keep yourself updated with the live scores?

Download this extension and you can learn the scores of ALL current matches in just a click.                    

Основная информация о расширении

Название Live Cricket Scores Live Cricket Scores
ID nffhjmjhmbjghjnfhbldeakeobnhfjki
Официальный URL https://chrome.google.com/webstore/detail/live-cricket-scores/nffhjmjhmbjghjnfhbldeakeobnhfjki
Описание For all the fans of WC 2015.
Размер файла 41.03 KB
Количество установок 32
Текущая Версия 1.0
Последнее Обновление 2015-03-28
Дата публикации 2015-03-28
Рейтинг 4.60/5 Всего 5 оценок
Разработчик Samarth Shah
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live Cricket Scores",
    "description": "For all the fans of WC 2015.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here to get the live scores."
    },
    "permissions": [
        "http:\/\/static.cricinfo.com\/rss\/livescores.xml"
    ]
}