Battlelog Fix

Changes the new Battlelog.

什麼是Battlelog Fix?

Battlelog Fix是由https://www.kinnunen-network.com開發的Chrome擴展程式,該擴展的主要功能是“Changes the new Battlelog.”。

擴展截圖

screenshot
screenshot

下載Battlelog Fix擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}