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™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Battletag for Battlelog™

Λήψη αρχείων επέκτασης 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 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
    }
}