TW.NL Officiële Extensie
Laad snellijstscripts automatisch op elke TW pagina!
What is TW.NL Officiële Extensie?
TW.NL Officiële Extensie is a Chrome extension developed by Tribalwars.nl Team, and its main feature is "Laad snellijstscripts automatisch op elke TW pagina!".
Extension Screenshots
Download TW.NL Officiële Extensie Extension CRX File
Download TW.NL Officiële Extensie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ffgjjgecpfmkbfnhlofipnhelhdokknp |
Official URL | https://chromewebstore.google.com/detail/twnl-offici%C3%ABle-extensie/ffgjjgecpfmkbfnhlofipnhelhdokknp |
Description | Laad snellijstscripts automatisch op elke TW pagina! |
File Size | 55.53 KB |
Installation Count | 1,411 |
Current Version | 3.0.3 |
Last Updated | 2023-04-28 |
Publish Date | 2021-05-03 |
Developer | Tribalwars.nl Team |
[email protected] | |
Payment Type | free |
Extension Website | https://www.tribalwars.nl |
Help Page URL | https://forum.tribalwars.nl/index.php?forums/het-nieuwe-scripts-tools-projecten-2021.413/ |
Supported Languages | 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\/*" ] } ] } |