Bettor Status

Puts the betting status of the person in their avatar

Bettor Statusคืออะไร?

Bettor Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย numone และคุณลักษณะหลักของมันคือ "Puts the betting status of the person in their avatar"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Bettor Status ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension shows the Bettor Status values for d2jsp.org's sports section.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bettor Status Bettor Status
ID hgedgefiljjjkodpjodmnldkbeimdgam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bettor-status/hgedgefiljjjkodpjodmnldkbeimdgam
คำอธิบาย Puts the betting status of the person in their avatar
ขนาดไฟล์ 40.56 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 3.5
อัปเดตครั้งล่าสุด 2015-09-09
วันที่เผยแพร่ 2015-09-08
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา numone
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.d2jsp.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.7.0.min.js",
                "BettorStatus.js"
            ],
            "matches": [
                "http:\/\/forums.d2jsp.org\/*"
            ]
        }
    ],
    "description": "Puts the betting status of the person in their avatar",
    "name": "Bettor Status",
    "permissions": [
        "https:\/\/raw.githubusercontent.com\/numone\/bettor-status-d2jsp\/devel\/lists\/*"
    ],
    "version": "3.5",
    "manifest_version": 2
}