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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mabw.d2jsp และคุณลักษณะหลักของมันคือ "Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MABW Bettor Status - Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}