CryptoBlades Calculator
A extension to simulate the combat in CryptoBlades
CryptoBlades Calculatorとは何ですか?
CryptoBlades CalculatorはMateus Dyonisioによって開発されたChromeの拡張機能で、その主な機能は「A extension to simulate the combat in CryptoBlades」です。
拡張機能のスクリーンショット
CryptoBlades Calculator拡張機能のCRXファイルをダウンロード
CryptoBlades Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you need a percentage of your combats in Cryptoblades, this extension is for you! With it, you can simulate a combat and get de percentage of each, just hover your mouse in sword and see the magic happen. 拡張機能の基本情報
| 名前 | |
| ID | mnjcllcfojjkdfodmnohfojfbklkpjal |
| 公式URL | https://chromewebstore.google.com/detail/cryptoblades-calculator/mnjcllcfojjkdfodmnohfojfbklkpjal |
| 説明 | A extension to simulate the combat in CryptoBlades |
| ファイルサイズ | 5.6 KB |
| インストール数 | 45 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2021-08-05 |
| 公開日 | 2021-08-04 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Mateus Dyonisio |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CryptoBlades Calculator",
"description": "A extension to simulate the combat in CryptoBlades",
"version": "0.2",
"content_scripts": [
{
"matches": [
"https:\/\/app.cryptoblades.io\/*"
],
"js": [
"content.js",
"levels.js"
]
}
]
} | |