Tribal Wars Communication

By King Low

Apa itu Tribal Wars Communication?

Tribal Wars Communication adalah ekstensi Chrome yang dikembangkan oleh Maarten Sijmkens, dan fitur utamanya adalah "By King Low".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tribal Wars Communication

Unduh file ekstensi Tribal Wars Communication dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Tribal Wars Communication Tribal Wars Communication
ID hjhkppdlepjmhadlfgcoeacfelppjpoo
URL Resmi https://chrome.google.com/webstore/detail/tribal-wars-communication/hjhkppdlepjmhadlfgcoeacfelppjpoo
Deskripsi By King Low
Ukuran File 76.47 KB
Jumlah Instalasi 113
Versi Saat Ini 1.4.1
Terakhir Diperbarui 2016-07-12
Tanggal Publikasi 2016-07-12
Penilaian 4.33/5 Total 3 Penilaian
Pengembang Maarten Sijmkens
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}