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文件

下載MABW Bettor Status - Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}