Sporting Update
This extension will get team results, news, and standings as fast as you can click
¿Qué es Sporting Update?
Sporting Update es una extensión de Chrome desarrollada por dbextsandapps, y su función principal es "This extension will get team results, news, and standings as fast as you can click".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Sporting Update
Descarga archivos de extensión Sporting Update 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
Tired of clicking around to link after link to find out what's happening with your favorite sports teams? Want to get to the standings, rankings, or latest team's result faster? Get the latest NFL, NBA, MLB, NCAA Football, and NCAA M Basketball information with this simple, easy to use extension. There is nothing mind-blowing about this extension, but I'm hoping it will slightly simplify your sports needs.
Información Básica de la Extensión
Nombre | |
ID | blcjpfocolckibpejgelcfgjifdfjobm |
URL Oficial | https://chrome.google.com/webstore/detail/sporting-update/blcjpfocolckibpejgelcfgjifdfjobm |
Descripción | This extension will get team results, news, and standings as fast as you can click |
Tamaño del Archivo | 2.54 MB |
Cantidad de Instalaciones | 53 |
Versión Actual | 0.0.0.2 |
Última Actualización | 2018-01-15 |
Fecha de Publicación | 2018-01-15 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | dbextsandapps |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sporting Update", "description": "This extension will get team results, news, and standings as fast as you can click", "version": "0.0.0.2", "browser_action": { "default_icon": { "19": "foamfinger19.png", "38": "foamfinger38.png" }, "default_popup": "popup.html" }, "icons": { "16": "foamfinger16.png", "48": "foamfinger48.png", "128": "foamfinger96.png" }, "short_name": "SportUpdate", "permissions": [ "activeTab" ] } |