Dungeon Assist

A tool to make your dungeon runs fast and efficient.

Dungeon Assist là gì?

Dungeon Assist là một tiện ích mở rộng Chrome được phát triển bởi HW App Wiz, và tính năng chính của nó là "A tool to make your dungeon runs fast and efficient.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dungeon Assist

Tải xuống các tệp mở rộng Dungeon Assist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Enhances UX and functionality in dungeon in the game Hero Wars Dominion Era                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dungeon Assist Dungeon Assist
ID bgekelochpncahkfijmebeinekadnppj
URL Chính Thức https://chromewebstore.google.com/detail/dungeon-assist/bgekelochpncahkfijmebeinekadnppj
Mô tả A tool to make your dungeon runs fast and efficient.
Kích Thước Tệp 2.87 MB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-09-08
Ngày Phát Hành 2023-08-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển HW App Wiz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dungeon Assist",
    "version": "1.3.0",
    "description": "A tool to make your dungeon runs fast and efficient.",
    "manifest_version": 3,
    "icons": {
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ok.ru\/game\/moba",
                "https:\/\/i-heroes-vk.nextersglobal.com\/*",
                "https:\/\/i-heroes-mm.nextersglobal.com\/*",
                "https:\/\/i-heroes-mg.nextersglobal.com\/*",
                "https:\/\/i-heroes-ok.nextersglobal.com\/*",
                "https:\/\/i-heroes-fb.nextersglobal.com\/*",
                "https:\/\/i.hero-wars-fb.com\/*",
                "https:\/\/www.hero-wars.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "injected.js"
            ],
            "world": "MAIN"
        },
        {
            "matches": [
                "https:\/\/www.hero-wars.com\/*",
                "https:\/\/apps.facebook.com\/mobaheroes\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js",
                "img\/water.png",
                "img\/earth,png",
                "img\/fire.png",
                "img\/mixed.png",
                "img\/en.png",
                "img\/ru.png",
                "help.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "optional_host_permissions": [
        "https:\/\/www.hero-wars.com\/*",
        "https:\/\/apps.facebook.com\/mobaheroes\/*"
    ],
    "action": {
        "default_title": "Dungeon Assist",
        "default_popup": "panel.html"
    }
}