Battlelog Fix
Changes the new Battlelog.
Hvad er Battlelog Fix?
Battlelog Fix er en Chrome-udvidelse udviklet af https://www.kinnunen-network.com, og dens hovedfunktion er "Changes the new Battlelog.".
Udvidelsesskærmbilleder
Download Battlelog Fix-udvidelses-CRX-fil
Download Battlelog Fix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
** 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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jfkknglaiapdhkgjpeiedhdkhlkmiglh |
| Officiel URL | https://chromewebstore.google.com/detail/battlelog-fix/jfkknglaiapdhkgjpeiedhdkhlkmiglh |
| Beskrivelse | Changes the new Battlelog. |
| Filstørrelse | 14.9 KB |
| Antal Installationer | 1,000 |
| Nuværende Version | 1.1.1 |
| Senest Opdateret | 2014-05-03 |
| Udgivelsesdato | 2014-05-03 |
| Bedømmelse | 3.88/5 Samlet 8 Bedømmelser |
| Udvikler | https://www.kinnunen-network.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.kinnunen-network.com/battlelog-fix/ |
| Understøttede Sprog | 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"
]
}
]
} | |