College Basketball News

Keep up with the latest college basketball news.

O que é College Basketball News?

College Basketball News é uma extensão do Chrome desenvolvida por Neptune Media, e sua principal característica é "Keep up with the latest college basketball news.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão College Basketball News

Baixe arquivos de extensão College Basketball News 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

                        Stay up to date with all the latest college basketball news.                    

Informações Básicas da Extensão

Nome College Basketball News College Basketball News
ID lbjfchofagfblofekkeeingmfobikold
URL Oficial https://chromewebstore.google.com/detail/college-basketball-news/lbjfchofagfblofekkeeingmfobikold
Descrição Keep up with the latest college basketball news.
Tamanho do Arquivo 109 KB
Contagem de Instalações 20
Versão Atual 0.4
Última Atualização 2014-03-23
Data de Publicação 2014-03-22
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor Neptune Media
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "College Basketball News",
    "short_name": "Basketball News",
    "version": "0.4",
    "description": "Keep up with the latest college basketball news.",
    "homepage_url": "http:\/\/www.espn.com",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "http:\/\/sports.espn.go.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Basketball News",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}