UT Football Countdown
This extensions counts down the time until UT football
Qu'est-ce que UT Football Countdown ?
UT Football Countdown est une extension Chrome développée par techlifeinterface, et sa fonction principale est "This extensions counts down the time until UT football".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UT Football Countdown
Téléchargez les fichiers d'extension UT Football Countdown au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kpgngbpogpnnempdhegmkojhoplopgce |
URL Officiel | https://chrome.google.com/webstore/detail/ut-football-countdown/kpgngbpogpnnempdhegmkojhoplopgce |
Description | This extensions counts down the time until UT football |
Taille du Fichier | 3.99 MB |
Nombre d'Installations | 127 |
Version Actuelle | 1.11 |
Dernière Mise à Jour | 2016-07-15 |
Date de Publication | 2016-07-15 |
Évaluation | 2.50/5 Total 4 Évaluations |
Développeur | techlifeinterface |
Type de Paiement | free |
Site Web de l'Extension | http://volscountdown.com/ |
Langues Prises en Charge | 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" } } |