Resurrection Gladiatus Script
Resurrection gladiatus için hazırlanmış otomatik Keşif, Zindan, Arena ve Sirk saldırı ile karakter geliştirme scriptidir.
Resurrection Gladiatus Script란 무엇입니까?
Resurrection Gladiatus Script은(는) Resurrection에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resurrection gladiatus için hazırlanmış otomatik Keşif, Zindan, Arena ve Sirk saldırı ile karakter geliştirme scriptidir."입니다.
확장 프로그램 스크린샷
Resurrection Gladiatus Script 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Resurrection gladiatus için hazırlanmış otomatik Keşif, Zindan, Arena ve Sirk saldırı ile karakter geliştirme scriptidir. Keşif: Otomatik keşif yapmak için "Saldır" Altındaki "Oto Saldırı" butonunu işaretle Zindan: Otomatik zindan son hangi zindana girdiysen ona saldırmaktadır. Sadece ayarlardan Normal mi yoksa İleri Düzey mi seçmeniz gerekir. Arena ve Sirk : Sürekli farklı kişilere saldırabilmesi için Provinciarum'da saldırı yapar ve her zaman seviyesi en düşük rakibe saldırır böylelikle kazanma olasılığını arttırmaktadır. Kolay kasa çevirmek için ittifak marketinde 100K, 250K, 500K ve 1M lik hızlı fiyat yazma butonu bulunmaktadır.
확장 프로그램 기본 정보
이름 | Resurrection Gladiatus Script |
ID | fhlafpdjfmnemncaeglkalapcajehmhe |
공식 URL | https://chromewebstore.google.com/detail/resurrection-gladiatus-sc/fhlafpdjfmnemncaeglkalapcajehmhe |
설명 | Resurrection gladiatus için hazırlanmış otomatik Keşif, Zindan, Arena ve Sirk saldırı ile karakter geliştirme scriptidir. |
파일 크기 | 6.54 MB |
설치 횟수 | 680 |
현재 버전 | 2.6.0 |
최근 업데이트 | 2019-08-21 |
출시 날짜 | 2019-08-21 |
평점 | 4.18/5 총 22 개의 평점 |
개발자 | Resurrection |
결제 유형 | free |
지원되는 언어 | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resurrection Gladiatus Script", "description": "Resurrection gladiatus i\u00e7in haz\u0131rlanm\u0131\u015f otomatik Ke\u015fif, Zindan, Arena ve Sirk sald\u0131r\u0131 ile karakter geli\u015ftirme scriptidir.", "manifest_version": 2, "version": "2.6.0", "minimum_chrome_version": "18.0", "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "permissions": [ "http:\/\/*.gladiatus.gameforge.com\/game\/index.php*", "https:\/\/*.gladiatus.gameforge.com\/game\/index.php*" ], "content_scripts": [ { "matches": [ "http:\/\/*.gladiatus.gameforge.com\/game\/index.php*", "https:\/\/*.gladiatus.gameforge.com\/game\/index.php*" ], "js": [ "jquery.min.js", "content.js" ] } ], "icons": { "128": "images\/128.png", "48": "images\/48.png", "16": "images\/16.png" } } |