MyTab: Goal

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

What is MyTab: Goal?

MyTab: Goal is a Chrome extension developed by https://www.mytab.net, and its main feature is "Join the Goal team! Get all the latest news and gossip before anybody else".

Extension Screenshots

screenshot
screenshot

Download MyTab: Goal Extension CRX File

Download MyTab: Goal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Join the Goal team! 

Get all the latest news and gossip before anybody else.

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

Extension Basic Information

Name MyTab: Goal MyTab: Goal
ID mgfjlgfockcjdgpbgljacfjdaekcfgjc
Official URL https://chromewebstore.google.com/detail/mytab-goal/mgfjlgfockcjdgpbgljacfjdaekcfgjc
Description Join the Goal team! Get all the latest news and gossip before anybody else
File Size 793 KB
Installation Count 46
Current Version 1.4
Last Updated 2017-05-30
Publish Date 2017-05-30
Rating 5.00/5 Total 3 Ratings
Developer https://www.mytab.net
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}