ESports Tournament Schedule
The simplest and easiest way to keep track of your favorite eSports tournaments
Τι είναι το ESports Tournament Schedule;
Το ESports Tournament Schedule είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://esports-tournament-schedule.freefinancetools.net, και η κύρια λειτουργία του είναι "The simplest and easiest way to keep track of your favorite eSports tournaments".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ESports Tournament Schedule
Λήψη αρχείων επέκτασης ESports Tournament Schedule σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Want to watch your favorite esports tournaments? Not sure when a game is about to begin? Just install this simple software and you will never miss a game again. Our software helps keep track of the tournament schedules for the most popular computer games such as - Dota 2 - League of Legends - Overwatch Just choose the game you wish to check the tournament schedule for after you click on our extension icon. Never miss your favorite esports tournament games again. Support your favorite teams and ensure you never ever miss an important match again.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ESports Tournament Schedule |
ID | caocacliklpndkcbdcbfcjnelfaknioi |
Επίσημο URL | https://chromewebstore.google.com/detail/esports-tournament-schedu/caocacliklpndkcbdcbfcjnelfaknioi |
Περιγραφή | The simplest and easiest way to keep track of your favorite eSports tournaments |
Μέγεθος Αρχείου | 230 KB |
Αριθμός Εγκαταστάσεων | 108 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2020-12-12 |
Ημερομηνία Δημοσίευσης | 2020-11-05 |
Αξιολόγηση | 4.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://esports-tournament-schedule.freefinancetools.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_AppName__", "version": "1.0.0", "description": "__MSG_AppDesc__", "default_locale": "en", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png", "512": "img\/icon-512.png" } }, "icons": { "256": "img\/icon-512.png", "128": "img\/icon-128.png", "48": "img\/icon-48.png", "16": "img\/icon-16.png" }, "background": { "scripts": [ "js\/update.js" ] }, "permissions": [ "https:\/\/*.api.pandascore.co\/*" ], "offline_enabled": true, "container": [ "GOOGLE_DRIVE" ] } |