Hockey Scores Viewer
This extension allows you to view what games are going on in a new tab
Wat is Hockey Scores Viewer?
Hockey Scores Viewer is een Chrome-extensie ontwikkeld door mvais, en de belangrijkste functie is "This extension allows you to view what games are going on in a new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Hockey Scores Viewer
Download Hockey Scores Viewer-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
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.
Basisinformatie over de Extensie
Naam | |
ID | ibjgdiomocakahljoligidkkijepblkb |
Officiële URL | https://chrome.google.com/webstore/detail/hockey-scores-viewer/ibjgdiomocakahljoligidkkijepblkb |
Beschrijving | This extension allows you to view what games are going on in a new tab |
Bestandsgrootte | 146 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2017-12-31 |
Publicatiedatum | 2017-12-31 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | mvais |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |