Battlelog Fix

Changes the new Battlelog.

O que é Battlelog Fix?

Battlelog Fix é uma extensão do Chrome desenvolvida por https://www.kinnunen-network.com, e sua principal característica é "Changes the new Battlelog.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Battlelog Fix

Baixe arquivos de extensão Battlelog Fix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Battlelog Fix Battlelog Fix
ID jfkknglaiapdhkgjpeiedhdkhlkmiglh
URL Oficial https://chromewebstore.google.com/detail/battlelog-fix/jfkknglaiapdhkgjpeiedhdkhlkmiglh
Descrição Changes the new Battlelog.
Tamanho do Arquivo 14.9 KB
Contagem de Instalações 1,000
Versão Atual 1.1.1
Última Atualização 2014-05-03
Data de Publicação 2014-05-03
Classificação 3.88/5 Total de 8 Avaliações
Desenvolvedor https://www.kinnunen-network.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.kinnunen-network.com/battlelog-fix/
Idiomas Suportados 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"
            ]
        }
    ]
}