Battlelog Fix

Changes the new Battlelog.

Battlelog Fix là gì?

Battlelog Fix là một tiện ích mở rộng Chrome được phát triển bởi https://www.kinnunen-network.com, và tính năng chính của nó là "Changes the new Battlelog.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Battlelog Fix

Tải xuống các tệp mở rộng Battlelog Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Battlelog Fix Battlelog Fix
ID jfkknglaiapdhkgjpeiedhdkhlkmiglh
URL Chính Thức https://chromewebstore.google.com/detail/battlelog-fix/jfkknglaiapdhkgjpeiedhdkhlkmiglh
Mô tả Changes the new Battlelog.
Kích Thước Tệp 14.9 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2014-05-03
Ngày Phát Hành 2014-05-03
Đánh Giá 3.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://www.kinnunen-network.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.kinnunen-network.com/battlelog-fix/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}