College Basketball News

Keep up with the latest college basketball news.

What is College Basketball News?

College Basketball News is a Chrome extension developed by Neptune Media, and its main feature is "Keep up with the latest college basketball news.".

Extension Screenshots

screenshot

Download College Basketball News Extension CRX File

Download College Basketball News 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

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

Extension Basic Information

Name College Basketball News College Basketball News
ID lbjfchofagfblofekkeeingmfobikold
Official URL https://chromewebstore.google.com/detail/college-basketball-news/lbjfchofagfblofekkeeingmfobikold
Description Keep up with the latest college basketball news.
File Size 109 KB
Installation Count 20
Current Version 0.4
Last Updated 2014-03-23
Publish Date 2014-03-22
Rating 4.00/5 Total 1 Ratings
Developer Neptune Media
Payment Type free
Supported Languages 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'"
}