UT Football Countdown
This extensions counts down the time until UT football
O que é UT Football Countdown?
UT Football Countdown é uma extensão do Chrome desenvolvida por techlifeinterface, e sua principal característica é "This extensions counts down the time until UT football".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UT Football Countdown
Baixe arquivos de extensão UT Football Countdown no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | kpgngbpogpnnempdhegmkojhoplopgce |
URL Oficial | https://chrome.google.com/webstore/detail/ut-football-countdown/kpgngbpogpnnempdhegmkojhoplopgce |
Descrição | This extensions counts down the time until UT football |
Tamanho do Arquivo | 3.99 MB |
Contagem de Instalações | 127 |
Versão Atual | 1.11 |
Última Atualização | 2016-07-15 |
Data de Publicação | 2016-07-15 |
Classificação | 2.50/5 Total de 4 Avaliações |
Desenvolvedor | techlifeinterface |
Tipo de Pagamento | free |
Site da Extensão | http://volscountdown.com/ |
Idiomas Suportados | 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" } } |