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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [TR] r3d และคุณลักษณะหลักของมันคือ "Shows fleet and base fights statistics for Vega Conflict on your profil"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabula Rasa - Stats for Vega Conflict
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
]
} | |