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
擴展基本資訊
名稱 | Tabula Rasa - Stats for Vega Conflict |
ID | lpnbnfknfkophjmohgdmifelghokkbfn |
官方網址 | 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\/*" ] } |