Tribal Wars Communication

By King Low

什么是Tribal Wars Communication?

Tribal Wars Communication是由Maarten Sijmkens开发的Chrome扩展程序,该扩展的主要功能是“By King Low”。

扩展截图

screenshot

下载Tribal Wars Communication扩展crx文件

下载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"
    ]
}