UT Football Countdown

This extensions counts down the time until UT football

Hvad er UT Football Countdown?

UT Football Countdown er en Chrome-udvidelse udviklet af techlifeinterface, og dens hovedfunktion er "This extensions counts down the time until UT football".

Udvidelsesskærmbilleder

screenshot

Download UT Football Countdown-udvidelses-CRX-fil

Download UT Football Countdown-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn UT Football Countdown UT Football Countdown
ID kpgngbpogpnnempdhegmkojhoplopgce
Officiel URL https://chrome.google.com/webstore/detail/ut-football-countdown/kpgngbpogpnnempdhegmkojhoplopgce
Beskrivelse This extensions counts down the time until UT football
Filstørrelse 3.99 MB
Antal Installationer 127
Nuværende Version 1.11
Senest Opdateret 2016-07-15
Udgivelsesdato 2016-07-15
Bedømmelse 2.50/5 Samlet 4 Bedømmelser
Udvikler techlifeinterface
Betalingsmetode free
Udvidelseswebsted http://volscountdown.com/
Understøttede Sprog 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"
    }
}