UT Football Countdown
This extensions counts down the time until UT football
UT Football Countdown là gì?
UT Football Countdown là một tiện ích mở rộng Chrome được phát triển bởi techlifeinterface, và tính năng chính của nó là "This extensions counts down the time until UT football".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UT Football Countdown
Tải xuống các tệp mở rộng UT Football Countdown dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kpgngbpogpnnempdhegmkojhoplopgce |
URL Chính Thức | https://chrome.google.com/webstore/detail/ut-football-countdown/kpgngbpogpnnempdhegmkojhoplopgce |
Mô tả | This extensions counts down the time until UT football |
Kích Thước Tệp | 3.99 MB |
Số Lần Cài Đặt | 127 |
Phiên Bản Hiện Tại | 1.11 |
Cập Nhật Lần Cuối | 2016-07-15 |
Ngày Phát Hành | 2016-07-15 |
Đánh Giá | 2.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | techlifeinterface |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://volscountdown.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |