ESEA Ranks

Shows ESEA Ranks

ESEA Ranks란 무엇입니까?

ESEA Ranks은(는) Meeoh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows ESEA Ranks"입니다.

확장 프로그램 스크린샷

screenshot

ESEA Ranks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shows ESEA Ranks in stats match on the website. Automatically finds and places ranks next to names, no configuration needed!

Now works with the new website rework (as of May 29th 2019)!                    

확장 프로그램 기본 정보

이름 ESEA Ranks ESEA Ranks
ID nkhpaimekjnlmflobdlkmakdcjomloeh
공식 URL https://chrome.google.com/webstore/detail/esea-ranks/nkhpaimekjnlmflobdlkmakdcjomloeh
설명 Shows ESEA Ranks
파일 크기 116 KB
설치 횟수 1,000
현재 버전 2.0
최근 업데이트 2020-08-04
출시 날짜 2019-05-29
평점 4.10/5 총 20 개의 평점
개발자 Meeoh
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/meeoh/ESEA-Rank-Displayer/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ESEA Ranks",
    "description": "Shows ESEA Ranks",
    "version": "2.0",
    "background": {
        "scripts": [
            "jquery-3.1.1.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.esea.net\/*"
            ],
            "js": [
                "jquery-3.1.1.js",
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "ESEA Rank Displayer",
        "default_icon": "eseaIcon.jpg"
    },
    "permissions": [
        "webNavigation"
    ],
    "manifest_version": 2
}