TW.NL Officiële Extensie
Laad snellijstscripts automatisch op elke TW pagina!
TW.NL Officiële Extensie란 무엇입니까?
TW.NL Officiële Extensie은(는) Tribalwars.nl Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Laad snellijstscripts automatisch op elke TW pagina!"입니다.
확장 프로그램 스크린샷
TW.NL Officiële Extensie 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
De TW.NL Officiële Extensie bied voor het browserspel TribalWars de optie om op de ingame snelschakellijst pagina snellijstscripts aan te duiden die je automatisch wilt laten uitvoeren wanneer een pagina geladen wordt.
확장 프로그램 기본 정보
이름 | |
ID | ffgjjgecpfmkbfnhlofipnhelhdokknp |
공식 URL | https://chromewebstore.google.com/detail/twnl-offici%C3%ABle-extensie/ffgjjgecpfmkbfnhlofipnhelhdokknp |
설명 | Laad snellijstscripts automatisch op elke TW pagina! |
파일 크기 | 55.53 KB |
설치 횟수 | 1,411 |
현재 버전 | 3.0.3 |
최근 업데이트 | 2023-04-28 |
출시 날짜 | 2021-05-03 |
개발자 | Tribalwars.nl Team |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.tribalwars.nl |
도움말 페이지 URL | https://forum.tribalwars.nl/index.php?forums/het-nieuwe-scripts-tools-projecten-2021.413/ |
지원되는 언어 | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TW.NL Offici\u00eble Extensie", "description": "Laad snellijstscripts automatisch op elke TW pagina!", "version": "3.0.3", "author": "Warre - Tribalwars.nl Team", "manifest_version": 3, "browser_specific_settings": { "gecko": { "id": "{090e4851-8628-4a46-9e34-de02c102770b}" } }, "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.tribalwars.nl\/game.php*" ], "js": [ "js\/loader.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "js\/TWextension.js", "js\/twLib.js" ], "matches": [ "https:\/\/*.tribalwars.nl\/*" ] } ] } |