Bettor Status

Puts the betting status of the person in their avatar

什麼是Bettor Status?

Bettor Status是由numone開發的Chrome擴展程式,該擴展的主要功能是“Puts the betting status of the person in their avatar”。

擴展截圖

screenshot
screenshot

下載Bettor Status擴展crx文件

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