Custom Teamspeak 3 Display - by Frizzant

This extension will show Users that are Online on your or our Teamspeak Server.

Custom Teamspeak 3 Display - by Frizzantคืออะไร?

Custom Teamspeak 3 Display - by Frizzant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://happy-forever.xyz และคุณลักษณะหลักของมันคือ "This extension will show Users that are Online on your or our Teamspeak Server."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom Teamspeak 3 Display - by Frizzant

ดาวน์โหลดไฟล์ส่วนขยาย Custom Teamspeak 3 Display - by Frizzant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        DE:
Diese Applikation zeigt die Nutzer auf unserem oder deinem Teamspeak Server an.
Rechtsklick aufs Icon -> "Optionen" -> Server ID eintragen, um den eingen Server anzuzeigen.

EN:
This extension will show Users that are Online on our or your Teamspeaks Server.
Rightclick the icon -> "Options" -> Set the Server ID, to display your custom Server.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Custom Teamspeak 3 Display - by Frizzant Custom Teamspeak 3 Display - by Frizzant
ID hkocffpmmelgidgjhkadhmhgfeckcpge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/custom-teamspeak-3-displa/hkocffpmmelgidgjhkadhmhgfeckcpge
คำอธิบาย This extension will show Users that are Online on your or our Teamspeak Server.
ขนาดไฟล์ 482 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2019-04-06
วันที่เผยแพร่ 2019-04-06
คะแนน 2.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://happy-forever.xyz
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://happy-forever.xyz/index.php?id=59
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "popup.js",
            "options.js"
        ]
    },
    "browser_action": {
        "default_icon": "ts3.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "popup.js",
                "options.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "This extension will show Users that are Online on your or our Teamspeak Server.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu7eiaRKaCDbbp0lEaiNfCyBNeMcntubVHSMKQ4tj6wrB6xshP2SMI2yeYCCEsyF8vvTdK7kZYLHU5603FKF3dnICU0XGMoRY2j1XJjt\/iGeV0c0xqGu4TQvPls0iovtITCzJl68qiFIToffdqSw79LPDZATYVdMZdTd\/eNSHELVvYcGx30aT2Rhj\/LXcxhYB1s+6+2CMXA3LpuSXg6VlnmjsFgN2wg43hSZHm4+W7E+xNr\/jart2f+pgorXucM2Q8Qy3EsCXqRhj2d5p7lz2HxcNwpDQh1hy1MH1i77sTpLM5QG\/AdOmh\/eopfkGAQMYG+8JwEz3ZygJnJTu0+mehwIDAQAB",
    "manifest_version": 2,
    "name": "Custom Teamspeak 3 Display - by Frizzant",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/ts3index.com",
        "https:\/\/ts3index.com",
        "http:\/\/file.happy-forever.xyz\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.1"
}