Xento Cricket Live Score
Live Cricket Match notifications
Was ist Xento Cricket Live Score?
Xento Cricket Live Score ist eine Chrome-Erweiterung, die von Priyank Pandey entwickelt wurde, und ihr Hauptmerkmal ist "Live Cricket Match notifications".
Erweiterungsscreenshots
Xento Cricket Live Score-Erweiterungs-CRX-Datei herunterladen
Laden Sie Xento Cricket Live Score-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Xento Cricket Live Score |
ID | jhbcpnkppeljmahjolffekjcepjbmmbo |
Offizielle URL | https://chromewebstore.google.com/detail/xento-cricket-live-score/jhbcpnkppeljmahjolffekjcepjbmmbo |
Beschreibung | Live Cricket Match notifications |
Dateigröße | 3.22 MB |
Installationsanzahl | 39 |
Aktuelle Version | 1.7 |
Letztes Update | 2020-08-18 |
Veröffentlichungsdatum | 2020-08-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Priyank Pandey |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.youtube.com/watch?v=Lz5098-SeFY |
Hilfeseite URL | https://www.youtube.com/watch?v=Lz5098-SeFY |
Unterstützte Sprachen | 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" ] } |