Resurrection Gladiatus Script
Resurrection gladiatus için hazırlanmış otomatik Keşif, Zindan, Arena ve Sirk saldırı ile karakter geliştirme scriptidir.
What is Resurrection Gladiatus Script?
Resurrection Gladiatus Script is a Chrome extension developed by Resurrection, and its main feature is "Resurrection gladiatus için hazırlanmış otomatik Keşif, Zindan, Arena ve Sirk saldırı ile karakter geliştirme scriptidir.".
Extension Screenshots
Download Resurrection Gladiatus Script Extension CRX File
Download Resurrection Gladiatus Script extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Resurrection Gladiatus Script |
ID | fhlafpdjfmnemncaeglkalapcajehmhe |
Official URL | https://chromewebstore.google.com/detail/resurrection-gladiatus-sc/fhlafpdjfmnemncaeglkalapcajehmhe |
Description | Resurrection gladiatus için hazırlanmış otomatik Keşif, Zindan, Arena ve Sirk saldırı ile karakter geliştirme scriptidir. |
File Size | 6.54 MB |
Installation Count | 680 |
Current Version | 2.6.0 |
Last Updated | 2019-08-21 |
Publish Date | 2019-08-21 |
Rating | 4.18/5 Total 22 Ratings |
Developer | Resurrection |
Payment Type | free |
Supported Languages | 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" } } |