Hockey Scores Viewer
This extension allows you to view what games are going on in a new tab
Was ist Hockey Scores Viewer?
Hockey Scores Viewer ist eine Chrome-Erweiterung, die von mvais entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to view what games are going on in a new tab".
Erweiterungsscreenshots
Hockey Scores Viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hockey Scores Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Hockey Scores quickly allow people to find out what games are being played and see the scores of those games. No longer do you have to navigate to a website or check your phone to see the scores of all the games that are going on.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ibjgdiomocakahljoligidkkijepblkb |
Offizielle URL | https://chrome.google.com/webstore/detail/hockey-scores-viewer/ibjgdiomocakahljoligidkkijepblkb |
Beschreibung | This extension allows you to view what games are going on in a new tab |
Dateigröße | 146 KB |
Installationsanzahl | 37 |
Aktuelle Version | 1.3 |
Letztes Update | 2017-12-31 |
Veröffentlichungsdatum | 2017-12-31 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | mvais |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hockey Scores Viewer", "description": "This extension allows you to view what games are going on in a new tab", "version": "1.3", "chrome_url_overrides": { "newtab": "src\/index.html" }, "permissions": [ "tabs", "http:\/\/*.nhle.com\/*" ], "browser_action": { "default_icon": "src\/assets\/logo_48.png" }, "icons": { "48": "src\/assets\/logo_48.png", "128": "src\/assets\/logo_128.png" }, "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'" } |