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
官方網址 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"
    ]
}