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.

What is Battletag for Battlelog™?

Battletag for Battlelog™ is a Chrome extension developed by Alec Mev, and its main feature is "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.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Battletag for Battlelog™ Extension CRX File

Download Battletag for Battlelog™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Battletag for Battlelog™ Battletag for Battlelog™
ID ckdomikkinngpfpodjjannnbojbembhj
Official URL https://chromewebstore.google.com/detail/battletag-for-battlelog/ckdomikkinngpfpodjjannnbojbembhj
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.
File Size 26.02 KB
Installation Count 174
Current Version 1.1.2
Last Updated 2014-04-10
Publish Date 2014-04-10
Rating 4.67/5 Total 9 Ratings
Developer Alec Mev
Email [email protected]
Payment Type free
Extension Website https://github.com/jeremejevs/battletag
Help Page URL https://github.com/jeremejevs/battletag/issues
Supported Languages 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
    }
}