Battlelog Extensions

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

ما هو Battlelog Extensions؟

Battlelog Extensions هو إضافة Chrome تم تطويرها بواسطة cairdazar، والميزة الرئيسية لها هي "Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Battlelog Extensions

قم بتنزيل ملفات الامتداد Battlelog Extensions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Battlelog Extensions Battlelog Extensions
ID jdikoccipccjcfelaifnepkihmbdjmnl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/battlelog-extensions/jdikoccipccjcfelaifnepkihmbdjmnl
الوصف Adds functionality to DICEs battlelog focusing on BF4. Currently allows you to save multiple loadouts locally. To change the names…
حجم الملف 9.05 KB
عدد التثبيتات 260
النسخة الحالية 1.15
آخر تحديث 2014-02-13
تاريخ النشر 2014-02-13
تقييم 5.00/5 مجموع تقييمات 1
المطور cairdazar
نوع الدفع free
اللغات المدعومة 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"
    ]
}