UFC Calendar
Conveniently get live updates of UFC events and view previous/upcoming events with one click.
UFC Calendar là gì?
UFC Calendar là một tiện ích mở rộng Chrome được phát triển bởi https://ufccalendar.tech, và tính năng chính của nó là "Conveniently get live updates of UFC events and view previous/upcoming events with one click.".
Ả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 UFC Calendar
Tải xuống các tệp mở rộng UFC Calendar 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
🔥 GET LIVE UPDATES 🔥 See upcoming events, real-time results, and detailed stats for every fight with one click. You'll never miss a beat of the action and excitement. 🔒 HIDE RESULTS 🔒 Watch the fights at your own convenience with our hide results feature. You can see the fight bonuses without spoiling the outcomes, and reveal the results when you're ready. 🕒 SEE FIGHT TIMES IN YOUR TIMEZONE 🕒 All fight times are automatically adjusted to your local time zone, so you don't have to worry about missing an event. And with live results, you'll always be updated. 📈 VIEW FIGHT STATISTICS 📈 Analyze every aspect of every fight with our comprehensive fight statistics, including the Tale of the Tape, knockdowns, significant strikes, and takedowns. The UFC Calendar chrome extension is the ultimate tool for any UFC fan. It's easy to install and use, download now and take your fight-watching to the next level! Please note that this extension is not affiliated with the official UFC organization.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pdagojbjdekpdicaefbiolkpgobiaoch |
URL Chính Thức | https://chromewebstore.google.com/detail/ufc-calendar/pdagojbjdekpdicaefbiolkpgobiaoch |
Mô tả | Conveniently get live updates of UFC events and view previous/upcoming events with one click. |
Kích Thước Tệp | 2.38 MB |
Số Lần Cài Đặt | 1,776 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2024-01-22 |
Ngày Phát Hành | 2021-05-13 |
Đánh Giá | 5.00/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | https://ufccalendar.tech |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.ufccalendar.tech/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UFC Calendar", "author": "Castleridge Labs", "description": "Conveniently get live updates of UFC events and view previous\/upcoming events with one click.", "version": "1.1.1", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "index.html", "default_title": "UFC Calendar", "default_icon": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" } }, "background": { "service_worker": "serviceWorker.js" }, "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "options_page": "options\/options.html" } |