Hockey Scores Viewer

This extension allows you to view what games are going on in a new tab

Hockey Scores Viewerとは何ですか?

Hockey Scores Viewerはmvaisによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to view what games are going on in a new tab」です。

拡張機能のスクリーンショット

screenshot

Hockey Scores Viewer拡張機能のCRXファイルをダウンロード

Hockey Scores Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Hockey Scores Viewer Hockey Scores Viewer
ID ibjgdiomocakahljoligidkkijepblkb
公式URL https://chrome.google.com/webstore/detail/hockey-scores-viewer/ibjgdiomocakahljoligidkkijepblkb
説明 This extension allows you to view what games are going on in a new tab
ファイルサイズ 146 KB
インストール数 37
現在のバージョン 1.3
最終更新日 2017-12-31
公開日 2017-12-31
評価 5.00/5 合計 1 レビュー
開発者 mvais
Eメール [email protected]
支払い方法 free
対応言語 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'"
}