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
公式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
Eメール [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"
            ]
        }
    ]
}