NHL noSpoil
Don't be spoilt on NHL.com !
Qu'est-ce que NHL noSpoil ?
NHL noSpoil est une extension Chrome développée par maxday, et sa fonction principale est "Don't be spoilt on NHL.com !".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NHL noSpoil
Téléchargez les fichiers d'extension NHL noSpoil au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Do you want to watch NHL highlights on www.nhl.com without knowing the final score ? This extension hides them !
Informations de Base sur l'Extension
Nom | |
ID | cbddcccoafcnfbbdheagfbccgfjdngdg |
URL Officiel | https://chrome.google.com/webstore/detail/nhl-nospoil/cbddcccoafcnfbbdheagfbccgfjdngdg |
Description | Don't be spoilt on NHL.com ! |
Taille du Fichier | 7.13 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-01-29 |
Date de Publication | 2014-01-29 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | maxday |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |