GosuGamers Chrome Extension

This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!

O que é GosuGamers Chrome Extension?

GosuGamers Chrome Extension é uma extensão do Chrome desenvolvida por http://www.gosugamers.net, e sua principal característica é "This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GosuGamers Chrome Extension

Baixe arquivos de extensão GosuGamers Chrome Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        The Official GosuGamers Chrome Extension is the portable version of the match ticker that you’d find on our website. Customize the settings to track only the games that you follow. With an easy to navigate sleek looking design, following esports has never been easier!

That means whether you follow Dota 2, CS:GO, Hearthstone, Heroes of the Storm, League of Legends, Overwatch or Starcraft II, you’ll easily be able to see when a match goes live and a simple click will take you directly to the match page to start watching!                    

Informações Básicas da Extensão

Nome GosuGamers Chrome Extension GosuGamers Chrome Extension
ID lhpjniojlbdhldmiaefpmekpihnlgilj
URL Oficial https://chrome.google.com/webstore/detail/gosugamers-chrome-extensi/lhpjniojlbdhldmiaefpmekpihnlgilj
Descrição This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!
Tamanho do Arquivo 1.53 MB
Contagem de Instalações 3,000
Versão Atual 1.0.5
Última Atualização 2016-05-31
Data de Publicação 2016-05-31
Classificação 4.16/5 Total de 102 Avaliações
Desenvolvedor http://www.gosugamers.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://gosugamers.net/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GosuGamers Chrome Extension",
    "description": "This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!",
    "version": "1.0.5",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "assets\/images\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "assets\/images\/icon.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    }
}