TW.NL Officiële Extensie
Laad snellijstscripts automatisch op elke TW pagina!
TW.NL Officiële Extensieคืออะไร?
TW.NL Officiële Extensie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tribalwars.nl Team และคุณลักษณะหลักของมันคือ "Laad snellijstscripts automatisch op elke TW pagina!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TW.NL Officiële Extensie
ดาวน์โหลดไฟล์ส่วนขยาย TW.NL Officiële Extensie ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } ] } |