Battlescreen Color Blind

This is a simple extension for any Battlefield 4 players that use the color blind settings and the Battlescreen. The extension is…

Battlescreen Color Blindคืออะไร?

Battlescreen Color Blind เป็นส่วนขยายของ Chrome ที่พัฒนาโดย str8astud3nt และคุณลักษณะหลักของมันคือ "This is a simple extension for any Battlefield 4 players that use the color blind settings and the Battlescreen. The extension is…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Battlescreen Color Blind

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

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

                        This is a simple extension for any Battlefield 4 players that use the color blind settings and the Battlescreen.

The extension is easy to use, when on the Battlescreen just click the extension icon in the address bar and select which color blind mode you are currently using. You can also select custom and use a custom color of your choosing. When you have the colors that you want to use, just click the update button and the page should reload with the new colors.

The preview colors aren't the exact colors that will show up on the map, so don't worry if the preview doesn't look right.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Battlescreen Color Blind Battlescreen Color Blind
ID pgphjhknniifcjodmhiajkhciaoegjpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/battlescreen-color-blind/pgphjhknniifcjodmhiajkhciaoegjpg
คำอธิบาย This is a simple extension for any Battlefield 4 players that use the color blind settings and the Battlescreen. The extension is…
ขนาดไฟล์ 50.34 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2014-02-04
วันที่เผยแพร่ 2014-02-03
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา str8astud3nt
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Battlescreen Color Blind",
    "version": "0.2",
    "manifest_version": 2,
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png",
            "128": "icon128.png"
        },
        "default_title": "Battlescreen Color Blind",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/battlelog.battlefield.com\/bf4\/battlescreen\/show\/*",
                "https:\/\/battlelog.battlefield.com\/bf4\/battlescreen\/show\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "webNavigation"
    ]
}