Hockey Scores Viewer
This extension allows you to view what games are going on in a new tab
Co to jest Hockey Scores Viewer?
Hockey Scores Viewer to rozszerzenie Chrome opracowane przez mvais, a jego główną funkcją jest „This extension allows you to view what games are going on in a new tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hockey Scores Viewer
Pobierz pliki rozszerzeń Hockey Scores Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ibjgdiomocakahljoligidkkijepblkb |
Oficjalny URL | https://chrome.google.com/webstore/detail/hockey-scores-viewer/ibjgdiomocakahljoligidkkijepblkb |
Opis | This extension allows you to view what games are going on in a new tab |
Rozmiar pliku | 146 KB |
Liczba instalacji | 37 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2017-12-31 |
Data Publikacji | 2017-12-31 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | mvais |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |