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
Eメール [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"
}