Battlelog Extensions
Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…
Qu'est-ce que Battlelog Extensions ?
Battlelog Extensions est une extension Chrome développée par cairdazar, et sa fonction principale est "Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Battlelog Extensions
Téléchargez les fichiers d'extension Battlelog Extensions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ![]() |
ID | jdikoccipccjcfelaifnepkihmbdjmnl |
URL Officiel | 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… |
Taille du Fichier | 9.05 KB |
Nombre d'Installations | 260 |
Version Actuelle | 1.15 |
Dernière Mise à Jour | 2014-02-13 |
Date de Publication | 2014-02-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | cairdazar |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |