Battlelog Fix

Changes the new Battlelog.

Battlelog Fix क्या है?

Battlelog Fix https://www.kinnunen-network.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the new Battlelog."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Battlelog Fix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Battlelog Fix Battlelog Fix
ID jfkknglaiapdhkgjpeiedhdkhlkmiglh
आधिकारिक URL https://chromewebstore.google.com/detail/battlelog-fix/jfkknglaiapdhkgjpeiedhdkhlkmiglh
विवरण Changes the new Battlelog.
फ़ाइल का आकार 14.9 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2014-05-03
प्रकाशन तिथि 2014-05-03
रेटिंग 3.88/5 कुल 8 रेटिंग्स
डेवलपर https://www.kinnunen-network.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.kinnunen-network.com/battlelog-fix/
समर्थित भाषाएँ 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"
            ]
        }
    ]
}