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.
Was ist Battletag for Battlelog™?
Battletag for Battlelog™ ist eine Chrome-Erweiterung, die von Alec Mev entwickelt wurde, und ihr Hauptmerkmal ist "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.".
Erweiterungsscreenshots
Battletag for Battlelog™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Battletag for Battlelog™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Battletag for Battlelog™ |
ID | ckdomikkinngpfpodjjannnbojbembhj |
Offizielle URL | https://chromewebstore.google.com/detail/battletag-for-battlelog/ckdomikkinngpfpodjjannnbojbembhj |
Beschreibung | 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. |
Dateigröße | 26.02 KB |
Installationsanzahl | 174 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2014-04-10 |
Veröffentlichungsdatum | 2014-04-10 |
Bewertung | 4.67/5 Insgesamt 9 Bewertungen |
Entwickler | Alec Mev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jeremejevs/battletag |
Hilfeseite URL | https://github.com/jeremejevs/battletag/issues |
Unterstützte Sprachen | 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 } } |