UT Football Countdown

This extensions counts down the time until UT football

ما هو UT Football Countdown؟

UT Football Countdown هو إضافة Chrome تم تطويرها بواسطة techlifeinterface، والميزة الرئيسية لها هي "This extensions counts down the time until UT football".

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

screenshot

تحميل ملف CRX للإضافة UT Football Countdown

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

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

                        Vols football countdown clock.  The app counts down to kickoff for the first game. During the season it will update and also provide stats and highlights for the previous game.                    

معلومات أساسية عن التمديد

الاسم UT Football Countdown UT Football Countdown
ID kpgngbpogpnnempdhegmkojhoplopgce
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ut-football-countdown/kpgngbpogpnnempdhegmkojhoplopgce
الوصف This extensions counts down the time until UT football
حجم الملف 3.99 MB
عدد التثبيتات 127
النسخة الحالية 1.11
آخر تحديث 2016-07-15
تاريخ النشر 2016-07-15
تقييم 2.50/5 مجموع تقييمات 4
المطور techlifeinterface
نوع الدفع free
موقع الإضافة http://volscountdown.com/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UT Football Countdown",
    "short_name": "Vols",
    "description": "This extensions counts down the time until UT football",
    "version": "1.11",
    "browser_action": {
        "default_icon": "logo16.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "css": [
                "style.css",
                "bootstrap.min.css"
            ],
            "js": [
                "script.js",
                "jquery-2.1.4.min.js",
                "angular.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/de3.jpg",
        "img\/dobbs1.jpg",
        "img\/north.jpg"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}