Battlelog Extensions
Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…
Hvad er Battlelog Extensions?
Battlelog Extensions er en Chrome-udvidelse udviklet af cairdazar, og dens hovedfunktion er "Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…".
Udvidelsesskærmbilleder
Download Battlelog Extensions-udvidelses-CRX-fil
Download Battlelog Extensions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | jdikoccipccjcfelaifnepkihmbdjmnl |
Officiel URL | https://chrome.google.com/webstore/detail/battlelog-extensions/jdikoccipccjcfelaifnepkihmbdjmnl |
Beskrivelse | Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names… |
Filstørrelse | 9.05 KB |
Antal Installationer | 260 |
Nuværende Version | 1.15 |
Senest Opdateret | 2014-02-13 |
Udgivelsesdato | 2014-02-13 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | cairdazar |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |