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
公式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"
}