Hockey Scores Viewer
This extension allows you to view what games are going on in a new tab
What is Hockey Scores Viewer?
Hockey Scores Viewer is a Chrome extension developed by mvais, and its main feature is "This extension allows you to view what games are going on in a new tab".
Extension Screenshots
Download Hockey Scores Viewer Extension CRX File
Download Hockey Scores Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ibjgdiomocakahljoligidkkijepblkb |
Official URL | https://chrome.google.com/webstore/detail/hockey-scores-viewer/ibjgdiomocakahljoligidkkijepblkb |
Description | This extension allows you to view what games are going on in a new tab |
File Size | 146 KB |
Installation Count | 37 |
Current Version | 1.3 |
Last Updated | 2017-12-31 |
Publish Date | 2017-12-31 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mvais |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |