Battlelog Fix

Changes the new Battlelog.

Apa itu Battlelog Fix?

Battlelog Fix adalah ekstensi Chrome yang dikembangkan oleh https://www.kinnunen-network.com, dan fitur utamanya adalah "Changes the new Battlelog.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Battlelog Fix

Unduh file ekstensi Battlelog Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Battlelog Fix Battlelog Fix
ID jfkknglaiapdhkgjpeiedhdkhlkmiglh
URL Resmi https://chromewebstore.google.com/detail/battlelog-fix/jfkknglaiapdhkgjpeiedhdkhlkmiglh
Deskripsi Changes the new Battlelog.
Ukuran File 14.9 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2014-05-03
Tanggal Publikasi 2014-05-03
Penilaian 3.88/5 Total 8 Penilaian
Pengembang https://www.kinnunen-network.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.kinnunen-network.com/battlelog-fix/
Bahasa yang Didukung 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"
            ]
        }
    ]
}