UFC Calendar

Conveniently get live updates of UFC events and view previous/upcoming events with one click.

什么是UFC Calendar?

UFC Calendar是由https://ufccalendar.tech开发的Chrome扩展程序,该扩展的主要功能是“Conveniently get live updates of UFC events and view previous/upcoming events with one click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载UFC Calendar扩展crx文件

下载UFC Calendar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🔥 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.                    

扩展基本信息

名称 UFC Calendar UFC Calendar
ID pdagojbjdekpdicaefbiolkpgobiaoch
官方URL https://chromewebstore.google.com/detail/ufc-calendar/pdagojbjdekpdicaefbiolkpgobiaoch
简介 Conveniently get live updates of UFC events and view previous/upcoming events with one click.
文件大小 2.38 MB
安装次数 1,776
当前版本 1.1.1
更新时间 2024-01-22
上架时间 2021-05-13
评分 5.00/5 共23次评分
开发者 https://ufccalendar.tech
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.ufccalendar.tech/
支持的语言 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"
}