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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🔥 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"
}