Gladiatus Crazy Add On

Improve your gladiatus experience!

Gladiatus Crazy Add On란 무엇입니까?

Gladiatus Crazy Add On은(는) DinoDevs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve your gladiatus experience!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Gladiatus Crazy Add On 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        - What is Gladiatus Crazy Addon (aka GCA)?
Gladiatus Crazy Addon is a browser extension (add-on), a small program that runs in your favorite browser.

- What is it used for?
Gladiatus Crazy Addon enchants a popular browser game called "Gladiatus" (made by Gameforge). It makes changes in the game so you can move around faster and adds new features in order to make it better. In other words, GCA improves your gaming experience!

- Why people find it useful?
People love GCA because it gives them what the game lacks. This is because GCA integrates into the game ideas coming directly from its players!

- Are you a Gladiatus fan?
Hurry up and install now the appropriate Gladiatus Crazy Addon on your browser and see the difference!

- Homepage : https://gladiatus.dinodevs.com
- GitHub : https://github.com/DinoDevs/GladiatusCrazyAddon
- Changelog: https://github.com/DinoDevs/GladiatusCrazyAddon/releases/latest                    

확장 프로그램 기본 정보

이름 Gladiatus Crazy Add On Gladiatus Crazy Add On
ID dfbmiedjenagoegiiabjfjpkhfocifkp
공식 URL https://chromewebstore.google.com/detail/gladiatus-crazy-add-on/dfbmiedjenagoegiiabjfjpkhfocifkp
설명 Improve your gladiatus experience!
파일 크기 4.46 MB
설치 횟수 10,000
현재 버전 4.3.7
최근 업데이트 2022-09-16
출시 날짜 2020-04-06
평점 4.43/5 총 190 개의 평점
개발자 DinoDevs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gladiatus.dinodevs.com/
도움말 페이지 URL https://github.com/DinoDevs/GladiatusCrazyAddon
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gladiatus Crazy Add On",
    "short_name": "GCA",
    "version": "4.3.7",
    "description": "Improve your gladiatus experience!",
    "author": "DinoDevs (Darkthanos, GreatApo)",
    "homepage_url": "https:\/\/gladiatus.dinodevs.com",
    "minimum_chrome_version": "88.0",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.gladiatus.gameforge.com\/game\/index.php*"
            ],
            "js": [
                "core\/info.js",
                "core\/locale.js",
                "core\/manager.js",
                "core\/inject.js",
                "init.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "core\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/*.gladiatus.gameforge.com\/game\/index.php*",
            "https:\/\/*.gladiatus.gameforge.com\/game\/index.php*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "core\/locale\/*",
                "core\/resources\/*",
                "core\/source\/*",
                "core\/background.recipes.js"
            ],
            "matches": [
                "https:\/\/*.gladiatus.gameforge.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}