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.
Cos'è Battletag for Battlelog™?
Battletag for Battlelog™ è un'estensione di Chrome sviluppata da Alec Mev, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione Battletag for Battlelog™
Scarica i file di estensione Battletag for Battlelog™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Battletag for Battlelog™ |
ID | ckdomikkinngpfpodjjannnbojbembhj |
URL Ufficiale | https://chromewebstore.google.com/detail/battletag-for-battlelog/ckdomikkinngpfpodjjannnbojbembhj |
Descrizione | 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. |
Dimensione del File | 26.02 KB |
Conteggio Installazioni | 174 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2014-04-10 |
Data di Pubblicazione | 2014-04-10 |
Valutazione | 4.67/5 Totale 9 Valutazioni |
Sviluppatore | Alec Mev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jeremejevs/battletag |
URL della Pagina di Aiuto | https://github.com/jeremejevs/battletag/issues |
Lingue Supportate | 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 } } |