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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Battletag for Battlelog™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Battletag for Battlelog™ Battletag for Battlelog™
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
    }
}