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