Battlelog Extensions
Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…
What is Battlelog Extensions?
Battlelog Extensions is a Chrome extension developed by cairdazar, and its main feature is "Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…".
Extension Screenshots
Download Battlelog Extensions Extension CRX File
Download Battlelog Extensions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | jdikoccipccjcfelaifnepkihmbdjmnl |
Official URL | https://chrome.google.com/webstore/detail/battlelog-extensions/jdikoccipccjcfelaifnepkihmbdjmnl |
Description | Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names… |
File Size | 9.05 KB |
Installation Count | 260 |
Current Version | 1.15 |
Last Updated | 2014-02-13 |
Publish Date | 2014-02-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | cairdazar |
Payment Type | free |
Supported Languages | 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" ] } |