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.

Co je Battletag for Battlelog™?

Battletag for Battlelog™ je rozšíření Chrome vyvinuté Alec Mev, a jeho hlavní funkcí je „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.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Battletag for Battlelog™

Stáhněte si soubory rozšíření Battletag for Battlelog™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Battletag for Battlelog™ Battletag for Battlelog™
ID ckdomikkinngpfpodjjannnbojbembhj
Oficiální URL https://chromewebstore.google.com/detail/battletag-for-battlelog/ckdomikkinngpfpodjjannnbojbembhj
Popis 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.
Velikost souboru 26.02 KB
Počet instalací 174
Aktuální Verze 1.1.2
Poslední Aktualizace 2014-04-10
Datum Vydání 2014-04-10
Hodnocení 4.67/5 Celkem 9 Hodnocení
Vývojář Alec Mev
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/jeremejevs/battletag
URL Stránky Nápovědy https://github.com/jeremejevs/battletag/issues
Podporované Jazyky 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
    }
}