Battlelog Extensions

Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…

Apa itu Battlelog Extensions?

Battlelog Extensions adalah ekstensi Chrome yang dikembangkan oleh cairdazar, dan fitur utamanya adalah "Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Battlelog Extensions

Unduh file ekstensi Battlelog Extensions 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

                        Adds functionality to DICEs battlelog focusing on BF4.
Currently allows you to save multiple loadouts locally.

To change the names of the loadout slots go to the extensions page ( chrome://extensions/ ) and click on the options link under Battlelog Extensions.                    

Informasi Dasar Ekstensi

Nama Battlelog Extensions Battlelog Extensions
ID jdikoccipccjcfelaifnepkihmbdjmnl
URL Resmi https://chrome.google.com/webstore/detail/battlelog-extensions/jdikoccipccjcfelaifnepkihmbdjmnl
Deskripsi Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…
Ukuran File 9.05 KB
Jumlah Instalasi 260
Versi Saat Ini 1.15
Terakhir Diperbarui 2014-02-13
Tanggal Publikasi 2014-02-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang cairdazar
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Battlelog Extensions",
    "version": "1.15",
    "options_page": "options.html",
    "background": {
        "scripts": []
    },
    "permissions": [
        "http:\/\/battlelog.battlefield.com\/",
        "https:\/\/battlelog.battlefield.com\/",
        "tabs",
        "storage"
    ],
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/battlelog.battlefield.com\/bf4\/*"
            ],
            "js": [
                "loadout-init.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "loadoutextensions.js",
        "jquery.min.js",
        "jquery.diff.js",
        "style.css"
    ]
}