Gladiatus Time Saver V3

Save your time on playing gladiatus!

Gladiatus Time Saver V3คืออะไร?

Gladiatus Time Saver V3 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NTK Soft และคุณลักษณะหลักของมันคือ "Save your time on playing gladiatus!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gladiatus Time Saver V3

ดาวน์โหลดไฟล์ส่วนขยาย Gladiatus Time Saver V3 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Save your playing time on Gladiatus.

- What is Gladiatus Time Saver?
Gladiatus Time Saver is a browser extension that can run in your browser and adding some helpful features.

- Why do you need it?
Many Gladiators out there are spending a lot of time on some boring actions in game called Gladiatus. They love that game but it takes much time so they want to leave. That why this extension is built to help Gladiators save their time on playing game and enjoy it. 

- What feature you can find in this extension?
As a Gladiator, I understand what a Gladiator need that the game lacks. e.g. Cleaning package is taking a lot of time and boring. So this extension will help you save your time to clean up packages with a few clicks. Also we can fix items in workbench with few clicks. And there are a lot of features in this addon that you can get more benefit on speed server, you can check it out release notes below.

- Do you love Gladiatus and don't want to leave?
Install now the appropriate Gladiatus Time Saver on your browser and see the difference!

Facebook: https://m.facebook.com/Gladiatus-Time-Saver-105192334344730/
Release Notes: https://docs.google.com/document/d/1V3vmpKcIKuJS_udgJOQvDIve92ML8jh_oytETtmoxfU/edit
Youtube Channel: https://www.youtube.com/channel/UCnCYTgPWMaLy8tPo79dKIuQ?view_as=subscriber                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gladiatus Time Saver V3 Gladiatus Time Saver V3
ID miccecdhmodfbmkenaicpgdnelkadcoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gladiatus-time-saver-v3/miccecdhmodfbmkenaicpgdnelkadcoi
คำอธิบาย Save your time on playing gladiatus!
ขนาดไฟล์ 1.05 MB
จำนวนการติดตั้ง 3,156
เวอร์ชันปัจจุบัน 3.2.2
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2020-06-29
คะแนน 4.37/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา NTK Soft
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://ntksoft.net/templates/privacy-policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gladiatus Time Saver V3",
    "short_name": "GTS",
    "version": "3.2.2",
    "description": "Save your time on playing gladiatus!",
    "author": "Khanh Nguyen",
    "minimum_chrome_version": "88.0",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "background": {
        "service_worker": "service-worker-wrapper.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.gladiatus.gameforge.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.gladiatus.gameforge.com\/*"
            ],
            "js": [
                "sources\/inject.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*",
                "sources\/*"
            ],
            "matches": [
                "https:\/\/*.gladiatus.gameforge.com\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "https:\/\/*.gladiatus.gameforge.com\/*"
    ]
}