Xento Cricket Live Score

Live Cricket Match notifications

Qu'est-ce que Xento Cricket Live Score ?

Xento Cricket Live Score est une extension Chrome développée par Priyank Pandey, et sa fonction principale est "Live Cricket Match notifications".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Xento Cricket Live Score

Téléchargez les fichiers d'extension Xento Cricket Live Score au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Xento Cricket Live Score Xento Cricket Live Score
ID jhbcpnkppeljmahjolffekjcepjbmmbo
URL Officiel https://chromewebstore.google.com/detail/xento-cricket-live-score/jhbcpnkppeljmahjolffekjcepjbmmbo
Description Live Cricket Match notifications
Taille du Fichier 3.22 MB
Nombre d'Installations 39
Version Actuelle 1.7
Dernière Mise à Jour 2020-08-18
Date de Publication 2020-08-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur Priyank Pandey
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.youtube.com/watch?v=Lz5098-SeFY
URL de la Page d'Aide https://www.youtube.com/watch?v=Lz5098-SeFY
Langues Prises en Charge 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"
    ]
}