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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Battlescreen Color Blind एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}