Tribal Wars Communication
By King Low
Wat is Tribal Wars Communication?
Tribal Wars Communication is een Chrome-extensie ontwikkeld door Maarten Sijmkens, en de belangrijkste functie is "By King Low".
Extensie Screenshots
Download het CRX-bestand van de extensie Tribal Wars Communication
Download Tribal Wars Communication-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Dit script voegt enkele handige hulpmiddelen toe bij mededelingen, chat en op het forum. - Handtekening toevoegen - Sneltoetsen voor bbcodes - Smileys Al deze functies zijn aanpasbaar op de optie pagina
Basisinformatie over de Extensie
Naam | |
ID | hjhkppdlepjmhadlfgcoeacfelppjpoo |
Officiële URL | https://chrome.google.com/webstore/detail/tribal-wars-communication/hjhkppdlepjmhadlfgcoeacfelppjpoo |
Beschrijving | By King Low |
Bestandsgrootte | 76.47 KB |
Aantal Installaties | 113 |
Huidige Versie | 1.4.1 |
Laatst Bijgewerkt | 2016-07-12 |
Publicatiedatum | 2016-07-12 |
Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Maarten Sijmkens |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tribal Wars Communication", "version": "1.4.1", "manifest_version": 2, "description": "By King Low", "icons": { "16": "images\/icons\/logo16.png", "48": "images\/icons\/logo48.png", "128": "images\/icons\/logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.tribalwars.nl\/game.php*" ], "js": [ "scripts\/jquery.js", "scripts\/communication.js" ] } ], "options_page": "options\/options.html", "permissions": [ "storage" ] } |