Battlelog Fix

Changes the new Battlelog.

Vad är Battlelog Fix?

Battlelog Fix är en Chrome-tillägg utvecklad av https://www.kinnunen-network.com, och dess huvudfunktion är "Changes the new Battlelog.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Battlelog Fix-förlängningens CRX-fil

Ladda ner Battlelog Fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        ** 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äggande Information om Tillägg

Namn Battlelog Fix Battlelog Fix
ID jfkknglaiapdhkgjpeiedhdkhlkmiglh
Officiell webbadress https://chromewebstore.google.com/detail/battlelog-fix/jfkknglaiapdhkgjpeiedhdkhlkmiglh
Beskrivning Changes the new Battlelog.
Filstorlek 14.9 KB
Antal Installationer 1,000
Aktuell Version 1.1.1
Senast Uppdaterad 2014-05-03
Publiceringsdatum 2014-05-03
Betyg 3.88/5 Totalt 8 Betyg
Utvecklare https://www.kinnunen-network.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.kinnunen-network.com/battlelog-fix/
Stödda Språk 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"
            ]
        }
    ]
}