Battlelog Fix
Changes the new Battlelog.
Was ist Battlelog Fix?
Battlelog Fix ist eine Chrome-Erweiterung, die von https://www.kinnunen-network.com entwickelt wurde, und ihr Hauptmerkmal ist "Changes the new Battlelog.".
Erweiterungsscreenshots
Battlelog Fix-Erweiterungs-CRX-Datei herunterladen
Laden Sie Battlelog Fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
** 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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jfkknglaiapdhkgjpeiedhdkhlkmiglh |
| Offizielle URL | https://chromewebstore.google.com/detail/battlelog-fix/jfkknglaiapdhkgjpeiedhdkhlkmiglh |
| Beschreibung | Changes the new Battlelog. |
| Dateigröße | 14.9 KB |
| Installationsanzahl | 1,000 |
| Aktuelle Version | 1.1.1 |
| Letztes Update | 2014-05-03 |
| Veröffentlichungsdatum | 2014-05-03 |
| Bewertung | 3.88/5 Insgesamt 8 Bewertungen |
| Entwickler | https://www.kinnunen-network.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.kinnunen-network.com/battlelog-fix/ |
| Unterstützte Sprachen | 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"
]
}
]
} | |