Melvor Idle Combat Simulator Reloaded

Adds a combat simulator to Melvor Idle

Melvor Idle Combat Simulator Reloadedคืออะไร?

Melvor Idle Combat Simulator Reloaded เป็นส่วนขยายของ Chrome ที่พัฒนาโดย combatsimulatorreloaded และคุณลักษณะหลักของมันคือ "Adds a combat simulator to Melvor Idle"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Melvor Idle Combat Simulator Reloaded

ดาวน์โหลดไฟล์ส่วนขยาย Melvor Idle Combat Simulator Reloaded ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Adds a combat simulator to Melvor Idle, allowing you to see the effect of any equipment and buffs on kill times, damage taken, etc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Melvor Idle Combat Simulator Reloaded Melvor Idle Combat Simulator Reloaded
ID cgggfndkphggbgeimpplooflemnfndok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/melvor-idle-combat-simula/cgggfndkphggbgeimpplooflemnfndok
คำอธิบาย Adds a combat simulator to Melvor Idle
ขนาดไฟล์ 119 KB
จำนวนการติดตั้ง 7,890
เวอร์ชันปัจจุบัน 1.6.10
อัปเดตครั้งล่าสุด 2022-07-06
วันที่เผยแพร่ 2020-10-09
คะแนน 4.48/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา combatsimulatorreloaded
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/visua0/Melvor-Idle-Combat-Simulator-Reloaded
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Melvor Idle Combat Simulator Reloaded",
    "version": "1.6.10",
    "description": "Adds a combat simulator to Melvor Idle",
    "icons": {
        "48": "icons\/melvorSim-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.melvoridle.com\/*",
                "*:\/\/melvoridle.com\/*",
                "*:\/\/test.melvoridle.com\/*"
            ],
            "js": [
                "sources\/contentScript.js"
            ],
            "css": [
                "styles\/mainStyle.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "sources\/injectable\/*.js",
        "sources\/workers\/*.js",
        "icons\/crossedOut.svg"
    ]
}