Battlelog Fix
Changes the new Battlelog.
Qu'est-ce que Battlelog Fix ?
Battlelog Fix est une extension Chrome développée par https://www.kinnunen-network.com, et sa fonction principale est "Changes the new Battlelog.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Battlelog Fix
Téléchargez les fichiers d'extension Battlelog Fix 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
** Version 1.1.1 Added whole Battlelog instead of only bf3 ** ** Version 1.1 Fixes most of things, still some work to do. ** Changes the look of the battlelog. For those who think the menus are to big or have an low screen resolution. Pictures are a little outdated.
Informations de Base sur l'Extension
Nom | Battlelog Fix |
ID | jfkknglaiapdhkgjpeiedhdkhlkmiglh |
URL Officiel | https://chromewebstore.google.com/detail/battlelog-fix/jfkknglaiapdhkgjpeiedhdkhlkmiglh |
Description | Changes the new Battlelog. |
Taille du Fichier | 14.9 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2014-05-03 |
Date de Publication | 2014-05-03 |
Évaluation | 3.88/5 Total 8 Évaluations |
Développeur | https://www.kinnunen-network.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.kinnunen-network.com/battlelog-fix/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Battlelog Fix", "version": "1.1.1", "manifest_version": 2, "description": "Changes the new Battlelog.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": "icon48.png" }, "permissions": [ "http:\/\/battlelog.battlefield.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/battlelog.battlefield.com\/bf3\/*" ], "css": [ "bf.css" ] } ] } |