Xento Cricket Live Score
Live Cricket Match notifications
Что такое Xento Cricket Live Score?
Xento Cricket Live Score - это расширение Chrome, разработанное Priyank Pandey, и его основная функция - "Live Cricket Match notifications".
Снимки экрана расширения
Скачать файл CRX расширения Xento Cricket Live Score
Скачайте файлы расширений Xento Cricket Live Score в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Live notifications from any ongoing cricket match - Tests, One-Days, T20, IPL and XPL..
If you are interested in following cricket matches around the world - then this extension is for you.
Go ahead, try it out and if you like it, please share it with your friends who are cricket fans like you. Основная информация о расширении
| Название | |
| ID | jhbcpnkppeljmahjolffekjcepjbmmbo |
| Официальный URL | https://chromewebstore.google.com/detail/xento-cricket-live-score/jhbcpnkppeljmahjolffekjcepjbmmbo |
| Описание | Live Cricket Match notifications |
| Размер файла | 3.22 MB |
| Количество установок | 39 |
| Текущая Версия | 1.7 |
| Последнее Обновление | 2020-08-18 |
| Дата публикации | 2020-08-18 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Priyank Pandey |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.youtube.com/watch?v=Lz5098-SeFY |
| URL страницы помощи | https://www.youtube.com/watch?v=Lz5098-SeFY |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Xento Cricket Live Score",
"version": "1.7",
"description": "Live Cricket Match notifications",
"background": {
"page": "background.html",
"persistent": true
},
"options_page": "options.html",
"browser_action": {
"default_title": "Priyank Cricket Live Notifications",
"default_icon": "cricket.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.cricinfo.com\/",
"http:\/\/*.cricinfo.org\/",
"http:\/\/*.cricinfo.com\/*match\/*",
"http:\/\/*.cricinfo.org\/*match\/*",
"http:\/\/*.espncricinfo.com\/",
"http:\/\/*.espncricinfo.org\/",
"http:\/\/*.espncricinfo.com\/*match\/*",
"http:\/\/*.espncricinfo.org\/*match\/*"
],
"js": [
"js\/check.js"
],
"run_at": "document_end"
}
],
"permissions": [
"notifications",
"background",
"storage",
"http:\/\/*.cricinfo.com\/",
"http:\/\/*.cricinfo.org\/",
"http:\/\/*.espncricinfo.com\/",
"http:\/\/*.espncricinfo.org\/"
],
"web_accessible_resources": [
"cricket48.png"
]
} | |