UT Football Countdown

This extensions counts down the time until UT football

Was ist UT Football Countdown?

UT Football Countdown ist eine Chrome-Erweiterung, die von techlifeinterface entwickelt wurde, und ihr Hauptmerkmal ist "This extensions counts down the time until UT football".

Erweiterungsscreenshots

screenshot

UT Football Countdown-Erweiterungs-CRX-Datei herunterladen

Laden Sie UT Football Countdown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name UT Football Countdown UT Football Countdown
ID kpgngbpogpnnempdhegmkojhoplopgce
Offizielle URL https://chrome.google.com/webstore/detail/ut-football-countdown/kpgngbpogpnnempdhegmkojhoplopgce
Beschreibung This extensions counts down the time until UT football
Dateigröße 3.99 MB
Installationsanzahl 127
Aktuelle Version 1.11
Letztes Update 2016-07-15
Veröffentlichungsdatum 2016-07-15
Bewertung 2.50/5 Insgesamt 4 Bewertungen
Entwickler techlifeinterface
Zahlungsart free
Erweiterungswebsite http://volscountdown.com/
Unterstützte Sprachen 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"
    }
}