MABW Bettor Status - Chrome

Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.

MABW Bettor Status - Chrome란 무엇입니까?

MABW Bettor Status - Chrome은(는) mabw.d2jsp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MABW Bettor Status - Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Displays Martial Arts, Boxing, and Wrestling Bettor Status under a user's avatar. To view the Bettor's List picture, simply click "MABW Bettor Status:", then click it again in the pop-up window to bring up the image.

Many thanks to numone for the original script.                    

확장 프로그램 기본 정보

이름 MABW Bettor Status - Chrome MABW Bettor Status - Chrome
ID fndkolbibkpphjiicambmnmfhgadfnoj
공식 URL https://chromewebstore.google.com/detail/mabw-bettor-status-chrome/fndkolbibkpphjiicambmnmfhgadfnoj
설명 Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.
파일 크기 38.4 KB
설치 횟수 24
현재 버전 3.4.41
최근 업데이트 2012-08-20
출시 날짜 2012-08-20
개발자 mabw.d2jsp
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.7.0.min.js",
                "Status.js"
            ],
            "matches": [
                "http:\/\/forums.d2jsp.org\/*"
            ]
        }
    ],
    "description": "Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.",
    "manifest_version": 2,
    "name": "MABW Bettor Status - Chrome",
    "permissions": [
        "http:\/\/*.angelfire.com\/"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.4.41"
}