Tribal Wars Communication

By King Low

Tribal Wars Communication là gì?

Tribal Wars Communication là một tiện ích mở rộng Chrome được phát triển bởi Maarten Sijmkens, và tính năng chính của nó là "By King Low".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tribal Wars Communication

Tải xuống các tệp mở rộng Tribal Wars Communication dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tribal Wars Communication Tribal Wars Communication
ID hjhkppdlepjmhadlfgcoeacfelppjpoo
URL Chính Thức https://chrome.google.com/webstore/detail/tribal-wars-communication/hjhkppdlepjmhadlfgcoeacfelppjpoo
Mô tả By King Low
Kích Thước Tệp 76.47 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2016-07-12
Ngày Phát Hành 2016-07-12
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Maarten Sijmkens
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}