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
官方網址 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"
}