Xento Cricket Live Score

Live Cricket Match notifications

Wat is Xento Cricket Live Score?

Xento Cricket Live Score is een Chrome-extensie ontwikkeld door Priyank Pandey, en de belangrijkste functie is "Live Cricket Match notifications".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Xento Cricket Live Score

Download Xento Cricket Live Score-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Xento Cricket Live Score Xento Cricket Live Score
ID jhbcpnkppeljmahjolffekjcepjbmmbo
Officiële URL https://chromewebstore.google.com/detail/xento-cricket-live-score/jhbcpnkppeljmahjolffekjcepjbmmbo
Beschrijving Live Cricket Match notifications
Bestandsgrootte 3.22 MB
Aantal Installaties 39
Huidige Versie 1.7
Laatst Bijgewerkt 2020-08-18
Publicatiedatum 2020-08-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Priyank Pandey
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.youtube.com/watch?v=Lz5098-SeFY
Help Pagina-URL https://www.youtube.com/watch?v=Lz5098-SeFY
Ondersteunde Talen 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"
    ]
}