UT Football Countdown
This extensions counts down the time until UT football
Vad är UT Football Countdown?
UT Football Countdown är en Chrome-tillägg utvecklad av techlifeinterface, och dess huvudfunktion är "This extensions counts down the time until UT football".
Tilläggsskärmbilder
Ladda ner UT Football Countdown-förlängningens CRX-fil
Ladda ner UT Football Countdown-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | kpgngbpogpnnempdhegmkojhoplopgce |
Officiell webbadress | https://chrome.google.com/webstore/detail/ut-football-countdown/kpgngbpogpnnempdhegmkojhoplopgce |
Beskrivning | This extensions counts down the time until UT football |
Filstorlek | 3.99 MB |
Antal Installationer | 127 |
Aktuell Version | 1.11 |
Senast Uppdaterad | 2016-07-15 |
Publiceringsdatum | 2016-07-15 |
Betyg | 2.50/5 Totalt 4 Betyg |
Utvecklare | techlifeinterface |
Betalningssätt | free |
Tilläggswebbplats | http://volscountdown.com/ |
Stödda Språk | 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" } } |