Hockey Scores Viewer

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

Apa itu Hockey Scores Viewer?

Hockey Scores Viewer adalah ekstensi Chrome yang dikembangkan oleh mvais, dan fitur utamanya adalah "This extension allows you to view what games are going on in a new tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hockey Scores Viewer

Unduh file ekstensi Hockey Scores Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hockey Scores Viewer Hockey Scores Viewer
ID ibjgdiomocakahljoligidkkijepblkb
URL Resmi https://chrome.google.com/webstore/detail/hockey-scores-viewer/ibjgdiomocakahljoligidkkijepblkb
Deskripsi This extension allows you to view what games are going on in a new tab
Ukuran File 146 KB
Jumlah Instalasi 37
Versi Saat Ini 1.3
Terakhir Diperbarui 2017-12-31
Tanggal Publikasi 2017-12-31
Penilaian 5.00/5 Total 1 Penilaian
Pengembang mvais
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}