NHL noSpoil

Don't be spoilt on NHL.com !

What is NHL noSpoil?

NHL noSpoil is a Chrome extension developed by maxday, and its main feature is "Don't be spoilt on NHL.com !".

Extension Screenshots

screenshot

Download NHL noSpoil Extension CRX File

Download NHL noSpoil 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

                        Do you want to watch NHL highlights on www.nhl.com without knowing the final score ? 
This extension hides them !                    

Extension Basic Information

Name NHL noSpoil NHL noSpoil
ID cbddcccoafcnfbbdheagfbccgfjdngdg
Official URL https://chrome.google.com/webstore/detail/nhl-nospoil/cbddcccoafcnfbbdheagfbccgfjdngdg
Description Don't be spoilt on NHL.com !
File Size 7.13 KB
Installation Count 16
Current Version 1.0
Last Updated 2014-01-29
Publish Date 2014-01-29
Rating 3.00/5 Total 2 Ratings
Developer maxday
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NHL noSpoil",
    "short_name": "NHLNS",
    "description": "Don't be spoilt on NHL.com !",
    "author": "Maxime DAVID",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.nhl.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/*.nhl.com\/*"
    ]
}