Tribal Wars Communication

By King Low

Что такое Tribal Wars Communication?

Tribal Wars Communication - это расширение Chrome, разработанное Maarten Sijmkens, и его основная функция - "By King Low".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Tribal Wars Communication

Скачайте файлы расширений Tribal Wars Communication в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Tribal Wars Communication Tribal Wars Communication
ID hjhkppdlepjmhadlfgcoeacfelppjpoo
Официальный URL https://chrome.google.com/webstore/detail/tribal-wars-communication/hjhkppdlepjmhadlfgcoeacfelppjpoo
Описание By King Low
Размер файла 76.47 KB
Количество установок 113
Текущая Версия 1.4.1
Последнее Обновление 2016-07-12
Дата публикации 2016-07-12
Рейтинг 4.33/5 Всего 3 оценок
Разработчик Maarten Sijmkens
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}