NHL noSpoil

Don't be spoilt on NHL.com !

Wat is NHL noSpoil?

NHL noSpoil is een Chrome-extensie ontwikkeld door maxday, en de belangrijkste functie is "Don't be spoilt on NHL.com !".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NHL noSpoil

Download NHL noSpoil-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam NHL noSpoil NHL noSpoil
ID cbddcccoafcnfbbdheagfbccgfjdngdg
Officiële URL https://chrome.google.com/webstore/detail/nhl-nospoil/cbddcccoafcnfbbdheagfbccgfjdngdg
Beschrijving Don't be spoilt on NHL.com !
Bestandsgrootte 7.13 KB
Aantal Installaties 16
Huidige Versie 1.0
Laatst Bijgewerkt 2014-01-29
Publicatiedatum 2014-01-29
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar maxday
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}