NHL noSpoil
Don't be spoilt on NHL.com !
Vad är NHL noSpoil?
NHL noSpoil är en Chrome-tillägg utvecklad av maxday, och dess huvudfunktion är "Don't be spoilt on NHL.com !".
Tilläggsskärmbilder
Ladda ner NHL noSpoil-förlängningens CRX-fil
Ladda ner NHL noSpoil-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Do you want to watch NHL highlights on www.nhl.com without knowing the final score ?
This extension hides them ! Grundläggande Information om Tillägg
| Namn | |
| ID | cbddcccoafcnfbbdheagfbccgfjdngdg |
| Officiell webbadress | https://chrome.google.com/webstore/detail/nhl-nospoil/cbddcccoafcnfbbdheagfbccgfjdngdg |
| Beskrivning | Don't be spoilt on NHL.com ! |
| Filstorlek | 7.13 KB |
| Antal Installationer | 16 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-01-29 |
| Publiceringsdatum | 2014-01-29 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | maxday |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
} | |