Hockey Scores Viewer
This extension allows you to view what games are going on in a new tab
Cos'è Hockey Scores Viewer?
Hockey Scores Viewer è un'estensione di Chrome sviluppata da mvais, e la sua funzione principale è "This extension allows you to view what games are going on in a new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hockey Scores Viewer
Scarica i file di estensione Hockey Scores Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ibjgdiomocakahljoligidkkijepblkb |
URL Ufficiale | https://chrome.google.com/webstore/detail/hockey-scores-viewer/ibjgdiomocakahljoligidkkijepblkb |
Descrizione | This extension allows you to view what games are going on in a new tab |
Dimensione del File | 146 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2017-12-31 |
Data di Pubblicazione | 2017-12-31 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | mvais |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |