UFC Calendar

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

Τι είναι το UFC Calendar;

Το UFC Calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ufccalendar.tech, και η κύρια λειτουργία του είναι "Conveniently get live updates of UFC events and view previous/upcoming events with one click.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης UFC Calendar

Λήψη αρχείων επέκτασης 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"
}