Battletag for Battlelog™
Adds a right click menu to all server join buttons, where you can either type in a new tag or select one of the platoons you're in.
什么是Battletag for Battlelog™?
Battletag for Battlelog™是由Alec Mev开发的Chrome扩展程序,该扩展的主要功能是“Adds a right click menu to all server join buttons, where you can either type in a new tag or select one of the platoons you're in.”。
扩展截图
下载Battletag for Battlelog™扩展crx文件
下载Battletag for Battlelog™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Displays your current clan tag on every server join button. A right click opens a menu, where you can either type in a new tag, or just select a platoon you want to represent - both your tag and emblem will be updated accordingly, and the platoon will be set as active.
For Battlefield 4™ Battlelog™ only.
Tinker with the source code on GitHub:
http://bit.ly/1fVZg7y
Buy me some ice cream via PayPal:
http://bit.ly/1eN7Sxx                     扩展基本信息
| 名称 |   |  
| ID | ckdomikkinngpfpodjjannnbojbembhj | 
| 官方URL | https://chromewebstore.google.com/detail/battletag-for-battlelog/ckdomikkinngpfpodjjannnbojbembhj | 
| 简介 | Adds a right click menu to all server join buttons, where you can either type in a new tag or select one of the platoons you're in. | 
| 文件大小 | 26.02 KB | 
| 安装次数 | 174 | 
| 当前版本 | 1.1.2 | 
| 更新时间 | 2014-04-10 | 
| 上架时间 | 2014-04-10 | 
| 评分 | 4.67/5 共9次评分 | 
| 开发者 | Alec Mev | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/jeremejevs/battletag | 
| 帮助页面URL | https://github.com/jeremejevs/battletag/issues | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2",
    "icons": {
        "48": "icon-48.png",
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "name": "Battletag for Battlelog\u2122",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/battlelog.battlefield.com\/bf4\/*"
            ],
            "all_frames": true
        }
    ],
    "description": "Adds a right click menu to all server join buttons, where you can either type in a new tag or select one of the platoons you're in.",
    "short_name": "Battletag",
    "web_accessible_resources": [
        "battletag.js",
        "battletag.css"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}  |  |