Battlelog Fix
Changes the new Battlelog.
什么是Battlelog Fix?
Battlelog Fix是由https://www.kinnunen-network.com开发的Chrome扩展程序,该扩展的主要功能是“Changes the new Battlelog.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
}
]
} | |