UT Football Countdown
This extensions counts down the time until UT football
Apa itu UT Football Countdown?
UT Football Countdown adalah ekstensi Chrome yang dikembangkan oleh techlifeinterface, dan fitur utamanya adalah "This extensions counts down the time until UT football".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi UT Football Countdown
Unduh file ekstensi UT Football Countdown dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | kpgngbpogpnnempdhegmkojhoplopgce |
URL Resmi | https://chrome.google.com/webstore/detail/ut-football-countdown/kpgngbpogpnnempdhegmkojhoplopgce |
Deskripsi | This extensions counts down the time until UT football |
Ukuran File | 3.99 MB |
Jumlah Instalasi | 127 |
Versi Saat Ini | 1.11 |
Terakhir Diperbarui | 2016-07-15 |
Tanggal Publikasi | 2016-07-15 |
Penilaian | 2.50/5 Total 4 Penilaian |
Pengembang | techlifeinterface |
Tipe Pembayaran | free |
Situs Ekstensi | http://volscountdown.com/ |
Bahasa yang Didukung | 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" } } |