College Basketball News

Keep up with the latest college basketball news.

Cos'è College Basketball News?

College Basketball News è un'estensione di Chrome sviluppata da Neptune Media, e la sua funzione principale è "Keep up with the latest college basketball news.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione College Basketball News

Scarica i file di estensione College Basketball News in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome College Basketball News College Basketball News
ID lbjfchofagfblofekkeeingmfobikold
URL Ufficiale https://chromewebstore.google.com/detail/college-basketball-news/lbjfchofagfblofekkeeingmfobikold
Descrizione Keep up with the latest college basketball news.
Dimensione del File 109 KB
Conteggio Installazioni 20
Versione Corrente 0.4
Ultimo Aggiornamento 2014-03-23
Data di Pubblicazione 2014-03-22
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore Neptune Media
Tipo di Pagamento free
Lingue Supportate 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'"
}