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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The simplest and easiest way to keep track of your favorite eSports tournaments"입니다.

확장 프로그램 스크린샷

screenshot

ESports Tournament Schedule 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}