Battlelog Extensions

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

Wat is Battlelog Extensions?

Battlelog Extensions is een Chrome-extensie ontwikkeld door cairdazar, en de belangrijkste functie is "Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Battlelog Extensions

Download Battlelog Extensions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Battlelog Extensions Battlelog Extensions
ID jdikoccipccjcfelaifnepkihmbdjmnl
Officiële URL https://chrome.google.com/webstore/detail/battlelog-extensions/jdikoccipccjcfelaifnepkihmbdjmnl
Beschrijving Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…
Bestandsgrootte 9.05 KB
Aantal Installaties 260
Huidige Versie 1.15
Laatst Bijgewerkt 2014-02-13
Publicatiedatum 2014-02-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar cairdazar
Betalingswijze free
Ondersteunde Talen 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"
    ]
}