Xento Cricket Live Score

Live Cricket Match notifications

O que é Xento Cricket Live Score?

Xento Cricket Live Score é uma extensão do Chrome desenvolvida por Priyank Pandey, e sua principal característica é "Live Cricket Match notifications".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Xento Cricket Live Score

Baixe arquivos de extensão Xento Cricket Live Score no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Xento Cricket Live Score Xento Cricket Live Score
ID jhbcpnkppeljmahjolffekjcepjbmmbo
URL Oficial https://chromewebstore.google.com/detail/xento-cricket-live-score/jhbcpnkppeljmahjolffekjcepjbmmbo
Descrição Live Cricket Match notifications
Tamanho do Arquivo 3.22 MB
Contagem de Instalações 39
Versão Atual 1.7
Última Atualização 2020-08-18
Data de Publicação 2020-08-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Priyank Pandey
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.youtube.com/watch?v=Lz5098-SeFY
URL da Página de Ajuda https://www.youtube.com/watch?v=Lz5098-SeFY
Idiomas Suportados 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"
    ]
}