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 |
公式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\/*" ] } |