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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}