Battlelog Extensions
Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…
Cos'è Battlelog Extensions?
Battlelog Extensions è un'estensione di Chrome sviluppata da cairdazar, e la sua funzione principale è "Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Battlelog Extensions
Scarica i file di estensione Battlelog Extensions 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
Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names of the loadout slots go to the extensions page ( chrome://extensions/ ) and click on the options link under Battlelog Extensions.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | jdikoccipccjcfelaifnepkihmbdjmnl |
URL Ufficiale | https://chrome.google.com/webstore/detail/battlelog-extensions/jdikoccipccjcfelaifnepkihmbdjmnl |
Descrizione | Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names… |
Dimensione del File | 9.05 KB |
Conteggio Installazioni | 260 |
Versione Corrente | 1.15 |
Ultimo Aggiornamento | 2014-02-13 |
Data di Pubblicazione | 2014-02-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | cairdazar |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Battlelog Extensions", "version": "1.15", "options_page": "options.html", "background": { "scripts": [] }, "permissions": [ "http:\/\/battlelog.battlefield.com\/", "https:\/\/battlelog.battlefield.com\/", "tabs", "storage" ], "browser_action": [], "content_scripts": [ { "matches": [ "*:\/\/battlelog.battlefield.com\/bf4\/*" ], "js": [ "loadout-init.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "loadoutextensions.js", "jquery.min.js", "jquery.diff.js", "style.css" ] } |