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.
Qu'est-ce que Battletag for Battlelog™ ?
Battletag for Battlelog™ est une extension Chrome développée par Alec Mev, et sa fonction principale est "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.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Battletag for Battlelog™
Téléchargez les fichiers d'extension Battletag for Battlelog™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Battletag for Battlelog™ |
ID | ckdomikkinngpfpodjjannnbojbembhj |
URL Officiel | 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. |
Taille du Fichier | 26.02 KB |
Nombre d'Installations | 174 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2014-04-10 |
Date de Publication | 2014-04-10 |
Évaluation | 4.67/5 Total 9 Évaluations |
Développeur | Alec Mev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jeremejevs/battletag |
URL de la Page d'Aide | https://github.com/jeremejevs/battletag/issues |
Langues Prises en Charge | 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 } } |