Battlelog Fix

Changes the new Battlelog.

What is Battlelog Fix?

Battlelog Fix is a Chrome extension developed by https://www.kinnunen-network.com, and its main feature is "Changes the new Battlelog.".

Extension Screenshots

screenshot
screenshot

Download Battlelog Fix Extension CRX File

Download Battlelog Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ** 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.                    

Extension Basic Information

Name Battlelog Fix Battlelog Fix
ID jfkknglaiapdhkgjpeiedhdkhlkmiglh
Official URL https://chromewebstore.google.com/detail/battlelog-fix/jfkknglaiapdhkgjpeiedhdkhlkmiglh
Description Changes the new Battlelog.
File Size 14.9 KB
Installation Count 1,000
Current Version 1.1.1
Last Updated 2014-05-03
Publish Date 2014-05-03
Rating 3.88/5 Total 8 Ratings
Developer https://www.kinnunen-network.com
Email [email protected]
Payment Type free
Extension Website http://www.kinnunen-network.com/battlelog-fix/
Supported Languages 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"
            ]
        }
    ]
}