Battlelog Fix
Changes the new Battlelog.
Wat is Battlelog Fix?
Battlelog Fix is een Chrome-extensie ontwikkeld door https://www.kinnunen-network.com, en de belangrijkste functie is "Changes the new Battlelog.".
Extensie Screenshots
Download het CRX-bestand van de extensie Battlelog Fix
Download Battlelog Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
** 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. Basisinformatie over de Extensie
| Naam | |
| ID | jfkknglaiapdhkgjpeiedhdkhlkmiglh |
| Officiële URL | https://chromewebstore.google.com/detail/battlelog-fix/jfkknglaiapdhkgjpeiedhdkhlkmiglh |
| Beschrijving | Changes the new Battlelog. |
| Bestandsgrootte | 14.9 KB |
| Aantal Installaties | 1,000 |
| Huidige Versie | 1.1.1 |
| Laatst Bijgewerkt | 2014-05-03 |
| Publicatiedatum | 2014-05-03 |
| Beoordeling | 3.88/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | https://www.kinnunen-network.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.kinnunen-network.com/battlelog-fix/ |
| Ondersteunde Talen | 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"
]
}
]
} | |