Tribal Wars Points
Show points income of buildings.
Tribal Wars Points란 무엇입니까?
Tribal Wars Points은(는) DouBall에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show points income of buildings."입니다.
확장 프로그램 스크린샷
Tribal Wars Points 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension only use is to extend Tribal Wars game by showing points of building next level.
확장 프로그램 기본 정보
이름 | Tribal Wars Points |
ID | gnpaldombdnidgjcponjiaocipjhfeco |
공식 URL | https://chromewebstore.google.com/detail/tribal-wars-points/gnpaldombdnidgjcponjiaocipjhfeco |
설명 | Show points income of buildings. |
파일 크기 | 23.08 KB |
설치 횟수 | 39 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-06-14 |
출시 날짜 | 2023-06-14 |
개발자 | DouBall |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tribal Wars Points", "version": "1.0", "description": "Show points income of buildings.", "permissions": [ "activeTab" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*.die-staemme.de\/*", "https:\/\/*.die-staemme.de\/*", "http:\/\/*.staemme.ch\/*", "https:\/\/*.staemme.ch\/*", "http:\/\/*.tribalwars.net\/*", "https:\/\/*.tribalwars.net\/*", "http:\/\/*.tribalwars.nl\/*", "https:\/\/*.tribalwars.nl\/*", "http:\/\/*.plemiona.pl\/*", "https:\/\/*.plemiona.pl\/*", "http:\/\/*.tribalwars.se\/*", "https:\/\/*.tribalwars.se\/*", "http:\/\/*.tribalwars.com.br\/*", "https:\/\/*.tribalwars.com.br\/*", "http:\/\/*.tribalwars.com.pt\/*", "https:\/\/*.tribalwars.com.pt\/*", "http:\/\/*.divokekmeny.cz\/*", "https:\/\/*.divokekmeny.cz\/*", "http:\/\/*.triburile.ro\/*", "https:\/\/*.triburile.ro\/*", "http:\/\/*.voynaplemyon.com\/*", "https:\/\/*.voynaplemyon.com\/*", "http:\/\/*.fyletikesmaxes.gr\/*", "https:\/\/*.fyletikesmaxes.gr\/*", "http:\/\/*.no.tribalwars.com\/*", "https:\/\/*.no.tribalwars.com\/*", "http:\/\/*.divoke-kmene.sk\/*", "https:\/\/*.divoke-kmene.sk\/*", "http:\/\/*.klanhaboru.hu\/*", "https:\/\/*.klanhaboru.hu\/*", "http:\/\/*.tribalwars.dk\/*", "https:\/\/*.tribalwars.dk\/*", "http:\/\/*.tribals.it\/*", "https:\/\/*.tribals.it\/*", "http:\/\/*.klanlar.org\/*", "https:\/\/*.klanlar.org\/*", "http:\/\/*.guerretribale.fr\/*", "https:\/\/*.guerretribale.fr\/*", "http:\/\/*.guerrastribales.es\/*", "https:\/\/*.guerrastribales.es\/*", "http:\/\/*.tribalwars.ae\/*", "https:\/\/*.tribalwars.ae\/*", "http:\/\/*.tribalwars.co.uk\/*", "https:\/\/*.tribalwars.co.uk\/*", "http:\/\/*.vojnaplemen.si\/*", "https:\/\/*.vojnaplemen.si\/*", "http:\/\/*.plemena.com\/*", "https:\/\/*.plemena.com\/*", "http:\/\/*.tribalwars.asia\/*", "https:\/\/*.tribalwars.asia\/*", "http:\/\/*.www.tribalwars.works\/*", "https:\/\/*.www.tribalwars.works\/*", "http:\/\/*.tribalwars.us\/*", "https:\/\/*.tribalwars.us\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "action": { "default_title": "TW Points" }, "icons": { "128": "img.png" } } |