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文件

下载Gladiatus Crazy Add On扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        - 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
}