Gladiatus Crazy Add On

Improve your gladiatus experience!

Gladiatus Crazy Add On là gì?

Gladiatus Crazy Add On là một tiện ích mở rộng Chrome được phát triển bởi DinoDevs, và tính năng chính của nó là "Improve your gladiatus experience!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gladiatus Crazy Add On

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

                        - 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                    

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

Tên Gladiatus Crazy Add On Gladiatus Crazy Add On
ID dfbmiedjenagoegiiabjfjpkhfocifkp
URL Chính Thức https://chromewebstore.google.com/detail/gladiatus-crazy-add-on/dfbmiedjenagoegiiabjfjpkhfocifkp
Mô tả Improve your gladiatus experience!
Kích Thước Tệp 4.46 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 4.3.7
Cập Nhật Lần Cuối 2022-09-16
Ngày Phát Hành 2020-04-06
Đánh Giá 4.43/5 Tổng số 190 Đánh Giá
Nhà Phát Triển DinoDevs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gladiatus.dinodevs.com/
URL Trang Trợ Giúp https://github.com/DinoDevs/GladiatusCrazyAddon
Ngôn Ngữ Được Hỗ Trợ 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
}