Battlelog Fix

Changes the new Battlelog.

Battlelog Fixคืออะไร?

Battlelog Fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.kinnunen-network.com และคุณลักษณะหลักของมันคือ "Changes the new Battlelog."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Battlelog Fix

ดาวน์โหลดไฟล์ส่วนขยาย Battlelog Fix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ** 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"
            ]
        }
    ]
}