Battlelog Extensions
Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…
Vad är Battlelog Extensions?
Battlelog Extensions är en Chrome-tillägg utvecklad av cairdazar, och dess huvudfunktion är "Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…".
Tilläggsskärmbilder
Ladda ner Battlelog Extensions-förlängningens CRX-fil
Ladda ner Battlelog Extensions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | ![]() |
ID | jdikoccipccjcfelaifnepkihmbdjmnl |
Officiell webbadress | https://chrome.google.com/webstore/detail/battlelog-extensions/jdikoccipccjcfelaifnepkihmbdjmnl |
Beskrivning | Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names… |
Filstorlek | 9.05 KB |
Antal Installationer | 260 |
Aktuell Version | 1.15 |
Senast Uppdaterad | 2014-02-13 |
Publiceringsdatum | 2014-02-13 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | cairdazar |
Betalningssätt | free |
Stödda Språk | 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" ] } |