Gladiatus nBot

Auto do Things

Gladiatus nBot là gì?

Gladiatus nBot là một tiện ích mở rộng Chrome được phát triển bởi https://nbot.com.br, và tính năng chính của nó là "Auto do Things".

Ả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 Gladiatus nBot

Tải xuống các tệp mở rộng Gladiatus nBot 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

                        A new way to play gladiatus, save your time and have a lot of fun!                    

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

Tên Gladiatus nBot Gladiatus nBot
ID npfihoncaeggchfpldnmodmdajngpjib
URL Chính Thức https://chromewebstore.google.com/detail/gladiatus-nbot/npfihoncaeggchfpldnmodmdajngpjib
Mô tả Auto do Things
Kích Thước Tệp 366 KB
Số Lần Cài Đặt 2,396
Phiên Bản Hiện Tại 1.2.9
Cập Nhật Lần Cuối 2021-01-18
Ngày Phát Hành 2020-10-03
Đánh Giá 3.27/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://nbot.com.br
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": "Gladiatus nBot",
    "version": "1.2.9",
    "description": "Auto do Things",
    "author": "Nephtus",
    "background": {
        "scripts": [
            "\/src\/resources\/libraries\/jquery-3.5.1.min.js",
            "\/src\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gladiatus.gameforge.com\/game\/index.php*",
                "*:\/\/lobby.gladiatus.gameforge.com\/*"
            ],
            "js": [
                "\/src\/resources\/libraries\/jquery-3.5.1.min.js",
                "\/src\/resources\/locale\/locale.js",
                "\/src\/tools.js",
                "\/src\/loader.js",
                "\/src\/main.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "logos\/nLogo16.png",
        "32": "logos\/nLogo32.png",
        "48": "logos\/nLogo48.png",
        "128": "logos\/nLogo128.png"
    },
    "web_accessible_resources": [
        "src\/*"
    ],
    "manifest_version": 2
}