SuperBowl 50

NFL.com's 2016 Super Bowl 50 Live News And Updates

What is SuperBowl 50?

SuperBowl 50 is a Chrome extension developed by Hernande, and its main feature is "NFL.com's 2016 Super Bowl 50 Live News And Updates".

Extension Screenshots

screenshot
screenshot
screenshot

Download SuperBowl 50 Extension CRX File

Download SuperBowl 50 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

                                            

Extension Basic Information

Name SuperBowl 50 SuperBowl 50
ID mmcgdcnajcopjkkggjpkndphmfbkbadi
Official URL https://chromewebstore.google.com/detail/superbowl-50/mmcgdcnajcopjkkggjpkndphmfbkbadi
Description NFL.com's 2016 Super Bowl 50 Live News And Updates
File Size 124 KB
Installation Count 37
Current Version 1.0.1
Last Updated 2016-02-05
Publish Date 2016-02-05
Rating 5.00/5 Total 1 Ratings
Developer Hernande
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SuperBowl 50",
    "version": "1.0.1",
    "description": "NFL.com's 2016 Super Bowl 50 Live News And Updates",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "SuperBowl 50",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/common.js",
                "js\/e5d7injected.js",
                "js\/4877cry.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}