Tabula Rasa - Stats for Vega Conflict
Shows fleet and base fights statistics for Vega Conflict on your profil
什么是Tabula Rasa - Stats for Vega Conflict?
Tabula Rasa - Stats for Vega Conflict是由[TR] r3d开发的Chrome扩展程序,该扩展的主要功能是“Shows fleet and base fights statistics for Vega Conflict on your profil”。
扩展截图
下载Tabula Rasa - Stats for Vega Conflict扩展crx文件
下载Tabula Rasa - Stats for Vega Conflict扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shows fleet and base fights statistics for Vega Conflict on your profil 扩展基本信息
| 名称 | |
| ID | lpnbnfknfkophjmohgdmifelghokkbfn |
| 官方URL | https://chromewebstore.google.com/detail/tabula-rasa-stats-for-veg/lpnbnfknfkophjmohgdmifelghokkbfn |
| 简介 | Shows fleet and base fights statistics for Vega Conflict on your profil |
| 文件大小 | 229 KB |
| 安装次数 | 51 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2015-06-09 |
| 上架时间 | 2015-06-09 |
| 开发者 | [TR] r3d |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tabula Rasa - Stats for Vega Conflict",
"author": "r3d",
"version": "0.0.2",
"manifest_version": 2,
"description": "Shows fleet and base fights statistics for Vega Conflict on your profil",
"browser_action": {
"default_icon": "images\/tr.png",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/tr.png",
"48": "images\/tr.png",
"128": "images\/tr.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.kixeye.com\/profile\/*",
"http:\/\/www.kixeye.com\/profile\/*"
],
"js": [
"jquery-2.1.4.min.js",
"stats.js"
]
}
],
"permissions": [
"https:\/\/api.kixeye.com\/*"
]
} | |