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"
    ]
}