UT Football Countdown

This extensions counts down the time until UT football

Wat is UT Football Countdown?

UT Football Countdown is een Chrome-extensie ontwikkeld door techlifeinterface, en de belangrijkste functie is "This extensions counts down the time until UT football".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie UT Football Countdown

Download UT Football Countdown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam UT Football Countdown UT Football Countdown
ID kpgngbpogpnnempdhegmkojhoplopgce
Officiële URL https://chrome.google.com/webstore/detail/ut-football-countdown/kpgngbpogpnnempdhegmkojhoplopgce
Beschrijving This extensions counts down the time until UT football
Bestandsgrootte 3.99 MB
Aantal Installaties 127
Huidige Versie 1.11
Laatst Bijgewerkt 2016-07-15
Publicatiedatum 2016-07-15
Beoordeling 2.50/5 Totaal 4 Beoordelingen
Ontwikkelaar techlifeinterface
Betalingswijze free
Extensiewebsite http://volscountdown.com/
Ondersteunde Talen 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"
    }
}