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 | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
            ]
        }
    ]
}  |  |