MyTab: Goal

Join the Goal team! Get all the latest news and gossip before anybody else

¿Qué es MyTab: Goal?

MyTab: Goal es una extensión de Chrome desarrollada por https://www.mytab.net, y su función principal es "Join the Goal team! Get all the latest news and gossip before anybody else".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión MyTab: Goal

Descarga archivos de extensión MyTab: Goal 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

                        Join the Goal team! 

Get all the latest news and gossip before anybody else.

Live match alerts, live social highlights, latest match results.                    

Información Básica de la Extensión

Nombre MyTab: Goal MyTab: Goal
ID mgfjlgfockcjdgpbgljacfjdaekcfgjc
URL Oficial https://chromewebstore.google.com/detail/mytab-goal/mgfjlgfockcjdgpbgljacfjdaekcfgjc
Descripción Join the Goal team! Get all the latest news and gossip before anybody else
Tamaño del Archivo 793 KB
Cantidad de Instalaciones 46
Versión Actual 1.4
Última Actualización 2017-05-30
Fecha de Publicación 2017-05-30
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://www.mytab.net
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyTab: Goal",
    "short_name": "MyTab: Goal",
    "manifest_version": 2,
    "version": "1.4",
    "description": "Join the Goal team! Get all the latest news and gossip before anybody else",
    "chrome_url_overrides": {
        "newtab": "myPage.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.mytab.net\/",
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "icon_16.png"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "name.my-tab",
            "keyword": "keyword.my-tab",
            "is_default": true,
            "encoding": "UTF-8",
            "search_url": "http:\/\/www.mytab.net\/search\/address_line\/{searchTerms}?ext=Goal",
            "favicon_url": "http:\/\/www.mytab.net\/favicon.ico",
            "suggest_url": "http:\/\/www.mytab.net\/yahooSearch\/suggestions?term={searchTerms}"
        }
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    }
}