Autoscavange FK - TribalWars
Advanced bot for scavange with antiReCaptcha.
Autoscavange FK - TribalWars란 무엇입니까?
Autoscavange FK - TribalWars은(는) rgFKit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Advanced bot for scavange with antiReCaptcha."입니다.
확장 프로그램 스크린샷
Autoscavange FK - TribalWars 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
BOT DOESN'T COOPERATE WITH MASS COLLECTIONS, ORDINARY ONLY You can't get enough clicking all the time? Are you wondering how others achieve collecting records with fewer soldiers? Neighbor has? This extension is something for you! Finish getting up at night, wasting hours, getting your finger done, destroying the mouse - let the computer do it for you! The software has many configuration options and possibilities, thanks to which everyone will find a golden mean: - automatic sending of troops for gathering in each village in a given group - setting the limit for sending a given type of army - setting the number of remaining troops - convenient division of troops to send - (IN THE FUTURE, NOT ADDED YET) automatically unlocking a higher level of collecting - bot stop system to simulate the life of a real player - random time of each action, thanks to which the chance to block the account is minimal - stop the bot at any time - antyReCaptcha (effectiveness in over 99% of cases) For 6 months of testing this app - nobody of 8 testers was banned
확장 프로그램 기본 정보
이름 | Autoscavange FK - TribalWars |
ID | hjkemidnbhoilcmafncgdifkgjkannfo |
공식 URL | https://chromewebstore.google.com/detail/autoscavange-fk-tribalwar/hjkemidnbhoilcmafncgdifkgjkannfo |
설명 | Advanced bot for scavange with antiReCaptcha. |
파일 크기 | 995 KB |
설치 횟수 | 66 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2021-01-23 |
출시 날짜 | 2020-01-06 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | rgFKit |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | de,en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_title__", "version": "1.2.1", "default_locale": "en", "description": "__MSG_app_desc__", "minimum_chrome_version": "55.0", "content_scripts": [ { "run_at": "document_end", "all_frames": true, "matches": [ "https:\/\/*.tribalwars.nl\/*scavenge*", "https:\/\/*.die-staemme.de\/*scavenge*", "https:\/\/*.staemme.ch\/*scavenge*", "https:\/\/*.tribalwars.net\/*scavenge*", "https:\/\/*.plemiona.pl\/*scavenge*", "https:\/\/*.tribalwars.se\/*scavenge*", "https:\/\/*.tribalwars.com.br\/*scavenge*", "https:\/\/*.tribalwars.com.pt\/*scavenge*", "https:\/\/*.divokekmeny.cz\/*scavenge*", "https:\/\/*.triburile.ro\/*scavenge*", "https:\/\/*.voyna-plemyon.ru\/*scavenge*", "https:\/\/*.fyletikesmaxes.gr\/*scavenge*", "https:\/\/*.tribalwars.com\/*scavenge*", "https:\/\/*.divoke-kmene.sk\/*scavenge*", "https:\/\/*.klanhaboru.hu\/*scavenge*", "https:\/\/*.tribalwars.dk\/*scavenge*", "https:\/\/*.tribals.it\/*scavenge*", "https:\/\/*.klanlar.org\/*scavenge*", "https:\/\/*.guerretribale.fr\/*scavenge*", "https:\/\/*.guerrastribales.es\/*scavenge*", "https:\/\/*.tribalwars.ae\/*scavenge*", "https:\/\/*.tribalwars.co.uk\/*scavenge*", "https:\/\/*.vojnaplemen.si\/*scavenge*", "https:\/\/*.plemena.com\/*scavenge*", "https:\/\/*.tribalwars.asia\/*scavenge*", "https:\/\/*.tribalwars.works\/*scavenge*", "https:\/\/*.tribalwars.us\/*scavenge*" ], "js": [ "jquery.js", "src\/asFK.js" ] }, { "matches": [ "https:\/\/*\/recaptcha\/api2*", "https:\/\/www.google.com\/recaptcha\/api2\/bframe*", "https:\/\/www.recaptcha.net\/recaptcha\/api2\/bframe*", "https:\/\/www.google.com\/recaptcha\/enterprise\/bframe*", "https:\/\/www.recaptcha.net\/recaptcha\/enterprise\/bframe*" ], "all_frames": true, "run_at": "document_idle", "js": [ "src\/click.js" ] } ], "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "64": "icon\/64.png", "128": "icon\/128.png", "256": "icon\/256.png", "512": "icon\/512.png" } } |