GladiatusBOT 2024
You can save valuable time with it.
GladiatusBOT 2024란 무엇입니까?
GladiatusBOT 2024은(는) gladimentos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can save valuable time with it."입니다.
확장 프로그램 스크린샷
GladiatusBOT 2024 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you don't like to sit in front of the gladiatus all day either, then we invented this program just for you! Supported translate: HU, EN,PL If you like help me with translate for other language write me on discord! (gladiatusbotdev) The program can do the following: - Attack expeditions (Even with a ruby) ✅ - Attack dungeons ✅ - Attack event (Even with a ruby) ✅ - Do underworld (Even with a ruby) ✅ - Attack Arena, CT ✅ - Charge of life ✅ - Saving gold inside guild market with saver items ✅ - Fast sell items in shop with filter options ✅ - Find underworld scrolls in quests ✅ - New visiblity on the packages. If you search for purple items in packages, you can see what items giving valuable resources.. ✅ - Reset button ✅ - BlackList (under construction) ATTENTION: - BOT need one free space in the FIRST page of inventory! (Saving gold requirement) - Pick your foods to inventory page I , III , IIII - Event items put to inventory page IV!!!! The extension is currently under continuous development and is currently running in beta version, so all its functions are available for free until 12-30-2023! You can report errors and problems on discord!
확장 프로그램 기본 정보
이름 | GladiatusBOT 2024 |
ID | dfooimknpllmpikampncaiaimloejghd |
공식 URL | https://chromewebstore.google.com/detail/gladiatusbot-2024/dfooimknpllmpikampncaiaimloejghd |
설명 | You can save valuable time with it. |
파일 크기 | 564 KB |
설치 횟수 | 107 |
현재 버전 | 1.0.0.16 |
최근 업데이트 | 2024-02-15 |
출시 날짜 | 2023-11-03 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | gladimentos |
이메일 | [email protected] |
결제 유형 | in_app |
개인정보 보호 정책 페이지 URL | https://gbot.slhosting.eu/adatvedelmi.html |
지원되는 언어 | hu |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GladiatusBOT 2024", "description": "You can save valuable time with it.", "version": "1.0.0.16", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/jquery.js", "scripts\/ajax.js", "scripts\/gbot.js" ], "matches": [ "https:\/\/*.gladiatus.gameforge.com\/*" ] } ], "background": { "service_worker": "scripts\/background.js", "type": "module" } } |