Xento Cricket Live Score
Live Cricket Match notifications
¿Qué es Xento Cricket Live Score?
Xento Cricket Live Score es una extensión de Chrome desarrollada por Priyank Pandey, y su función principal es "Live Cricket Match notifications".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Xento Cricket Live Score
Descarga archivos de extensión Xento Cricket Live Score en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Xento Cricket Live Score |
ID | jhbcpnkppeljmahjolffekjcepjbmmbo |
URL Oficial | https://chromewebstore.google.com/detail/xento-cricket-live-score/jhbcpnkppeljmahjolffekjcepjbmmbo |
Descripción | Live Cricket Match notifications |
Tamaño del Archivo | 3.22 MB |
Cantidad de Instalaciones | 39 |
Versión Actual | 1.7 |
Última Actualización | 2020-08-18 |
Fecha de Publicación | 2020-08-18 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Priyank Pandey |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.youtube.com/watch?v=Lz5098-SeFY |
URL de la Página de Ayuda | https://www.youtube.com/watch?v=Lz5098-SeFY |
Idiomas Soportados | 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" ] } |