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은(는) str8astud3nt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Battlescreen Color Blind 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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