Battlelog Extensions

Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…

Battlelog Extensionsとは何ですか?

Battlelog Extensionsはcairdazarによって開発されたChromeの拡張機能で、その主な機能は「Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…」です。

拡張機能のスクリーンショット

screenshot

Battlelog Extensions拡張機能のCRXファイルをダウンロード

Battlelog Extensions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds functionality to DICEs battlelog focusing on BF4.
Currently allows you to save multiple loadouts locally.

To change the names of the loadout slots go to the extensions page ( chrome://extensions/ ) and click on the options link under Battlelog Extensions.                    

拡張機能の基本情報

名前 Battlelog Extensions Battlelog Extensions
ID jdikoccipccjcfelaifnepkihmbdjmnl
公式URL https://chrome.google.com/webstore/detail/battlelog-extensions/jdikoccipccjcfelaifnepkihmbdjmnl
説明 Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…
ファイルサイズ 9.05 KB
インストール数 260
現在のバージョン 1.15
最終更新日 2014-02-13
公開日 2014-02-13
評価 5.00/5 合計 1 レビュー
開発者 cairdazar
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Battlelog Extensions",
    "version": "1.15",
    "options_page": "options.html",
    "background": {
        "scripts": []
    },
    "permissions": [
        "http:\/\/battlelog.battlefield.com\/",
        "https:\/\/battlelog.battlefield.com\/",
        "tabs",
        "storage"
    ],
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/battlelog.battlefield.com\/bf4\/*"
            ],
            "js": [
                "loadout-init.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "loadoutextensions.js",
        "jquery.min.js",
        "jquery.diff.js",
        "style.css"
    ]
}