UT Football Countdown
This extensions counts down the time until UT football
What is UT Football Countdown?
UT Football Countdown is a Chrome extension developed by techlifeinterface, and its main feature is "This extensions counts down the time until UT football".
Extension Screenshots
Download UT Football Countdown Extension CRX File
Download UT Football Countdown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kpgngbpogpnnempdhegmkojhoplopgce |
Official URL | https://chrome.google.com/webstore/detail/ut-football-countdown/kpgngbpogpnnempdhegmkojhoplopgce |
Description | This extensions counts down the time until UT football |
File Size | 3.99 MB |
Installation Count | 127 |
Current Version | 1.11 |
Last Updated | 2016-07-15 |
Publish Date | 2016-07-15 |
Rating | 2.50/5 Total 4 Ratings |
Developer | techlifeinterface |
Payment Type | free |
Extension Website | http://volscountdown.com/ |
Supported Languages | 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" } } |