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…”。
扩展截图
下载Battlescreen Color Blind扩展crx文件
下载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 |
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" ] } |