Gladiatus nBot

Auto do Things

Gladiatus nBot란 무엇입니까?

Gladiatus nBot은(는) https://nbot.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto do Things"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Gladiatus nBot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Gladiatus nBot Gladiatus nBot
ID npfihoncaeggchfpldnmodmdajngpjib
공식 URL https://chromewebstore.google.com/detail/gladiatus-nbot/npfihoncaeggchfpldnmodmdajngpjib
설명 Auto do Things
파일 크기 366 KB
설치 횟수 2,396
현재 버전 1.2.9
최근 업데이트 2021-01-18
출시 날짜 2020-10-03
평점 3.27/5 총 22 개의 평점
개발자 https://nbot.com.br
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}