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