Hockey Scores Viewer

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

ما هو Hockey Scores Viewer؟

Hockey Scores Viewer هو إضافة Chrome تم تطويرها بواسطة mvais، والميزة الرئيسية لها هي "This extension allows you to view what games are going on in a new tab".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hockey Scores Viewer

قم بتنزيل ملفات الامتداد Hockey Scores Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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'"
}