ESports Tournament Schedule
The simplest and easiest way to keep track of your favorite eSports tournaments
ESports Tournament Schedule क्या है?
ESports Tournament Schedule https://esports-tournament-schedule.freefinancetools.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The simplest and easiest way to keep track of your favorite eSports tournaments"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ESports Tournament Schedule एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |