Tribal Wars Communication

By King Low

Qu'est-ce que Tribal Wars Communication ?

Tribal Wars Communication est une extension Chrome développée par Maarten Sijmkens, et sa fonction principale est "By King Low".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tribal Wars Communication

Téléchargez les fichiers d'extension Tribal Wars Communication au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tribal Wars Communication Tribal Wars Communication
ID hjhkppdlepjmhadlfgcoeacfelppjpoo
URL Officiel https://chrome.google.com/webstore/detail/tribal-wars-communication/hjhkppdlepjmhadlfgcoeacfelppjpoo
Description By King Low
Taille du Fichier 76.47 KB
Nombre d'Installations 113
Version Actuelle 1.4.1
Dernière Mise à Jour 2016-07-12
Date de Publication 2016-07-12
Évaluation 4.33/5 Total 3 Évaluations
Développeur Maarten Sijmkens
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}