Tribal Wars Super Script
Allows you to easily fake attack with 100ms interval and timed attack or support!
Tribal Wars Super Script란 무엇입니까?
Tribal Wars Super Script은(는) korayturkk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to easily fake attack with 100ms interval and timed attack or support!"입니다.
확장 프로그램 스크린샷
Tribal Wars Super Script 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You can attack 4 times at 100ms interval or you can do single attack. You can either enter the coordinates or choose a village from the player profile screen. You can make a timed attack or support Bu eklenti ile 4lü ya da tekli fake saldırılar yapabilirsiniz. Yapmanız gereken tek şey koordinatları Fake Attack penceresinde ilgili yere yapıştırmak ya da fake atmak istediğiniz oyuncunun profiline girip fake atacağınız köyleri listeden seçmek. Barbar köylerin koordinatlarını alarak loot yapmak için de kullanabilirsiniz. Zaman ayarlı saldırı veya destek atma özelliği eklenmiştir.
확장 프로그램 기본 정보
이름 | Tribal Wars Super Script |
ID | mcjhimnjljhghjojacbahmoooembdijp |
공식 URL | https://chromewebstore.google.com/detail/tribal-wars-super-script/mcjhimnjljhghjojacbahmoooembdijp |
설명 | Allows you to easily fake attack with 100ms interval and timed attack or support! |
파일 크기 | 2.04 MB |
설치 횟수 | 840 |
현재 버전 | 3.0 |
최근 업데이트 | 2023-09-11 |
출시 날짜 | 2020-06-08 |
평점 | 4.64/5 총 14 개의 평점 |
개발자 | korayturkk |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tribal Wars Super Script", "description": "Allows you to easily fake attack with 100ms interval and timed attack or support!", "version": "3.0", "manifest_version": 3, "action": { "default_popup": "default_popup\/popup.html" }, "host_permissions": [ "*:\/\/*.die-staemme.de\/", "*:\/\/*.staemme.ch\/", "*:\/\/*.tribalwars.net\/", "*:\/\/*.tribalwars.nl\/", "*:\/\/*.plemiona.pl\/", "*:\/\/*.tribalwars.se\/", "*:\/\/*.tribalwars.com.br\/", "*:\/\/*.tribalwars.com.pt\/", "*:\/\/*.divokekmeny.cz\/", "*:\/\/*.triburile.ro\/", "*:\/\/*.voyna-plemyon.ru\/", "*:\/\/*.fyletikesmaxes.gr\/", "*:\/\/*.tribalwars.com\/", "*:\/\/*.divoke-kmene.sk\/", "*:\/\/*.klanhaboru.hu\/", "*:\/\/*.tribalwars.dk\/", "*:\/\/*.tribals.it\/", "*:\/\/*.klanlar.org\/", "*:\/\/*.guerretribale.fr\/", "*:\/\/*.guerrastribales.es\/", "*:\/\/*.tribalwars.ae\/", "*:\/\/*.tribalwars.co.uk\/", "*:\/\/*.vojnaplemen.si\/", "*:\/\/*.plemena.com\/", "*:\/\/*.tribalwars.asia\/", "*:\/\/*.tribalwars.works\/", "*:\/\/*.tribalwars.us\/" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.die-staemme.de\/*", "*:\/\/*.staemme.ch\/*", "*:\/\/*.tribalwars.net\/*", "*:\/\/*.tribalwars.nl\/*", "*:\/\/*.plemiona.pl\/*", "*:\/\/*.tribalwars.se\/*", "*:\/\/*.tribalwars.com.br\/*", "*:\/\/*.tribalwars.com.pt\/*", "*:\/\/*.divokekmeny.cz\/*", "*:\/\/*.triburile.ro\/*", "*:\/\/*.voyna-plemyon.ru\/*", "*:\/\/*.fyletikesmaxes.gr\/*", "*:\/\/*.tribalwars.com\/*", "*:\/\/*.divoke-kmene.sk\/*", "*:\/\/*.klanhaboru.hu\/*", "*:\/\/*.tribalwars.dk\/*", "*:\/\/*.tribals.it\/*", "*:\/\/*.klanlar.org\/*", "*:\/\/*.guerretribale.fr\/*", "*:\/\/*.guerrastribales.es\/*", "*:\/\/*.tribalwars.ae\/*", "*:\/\/*.tribalwars.co.uk\/*", "*:\/\/*.vojnaplemen.si\/*", "*:\/\/*.plemena.com\/*", "*:\/\/*.tribalwars.asia\/*", "*:\/\/*.tribalwars.works\/*", "*:\/\/*.tribalwars.us\/*" ], "js": [ "inject.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "lib\/*.js", "css\/*.css" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |