Let's play TF2

Veja em tempo real quem está online nos servidores do Aww Yeah no Team Fortress 2.

Let's play TF2คืออะไร?

Let's play TF2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pablo.dinella และคุณลักษณะหลักของมันคือ "Veja em tempo real quem está online nos servidores do Aww Yeah no Team Fortress 2."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Let's play TF2

ดาวน์โหลดไฟล์ส่วนขยาย Let's play TF2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Veja em tempo real quem está online nos servidores do Aww Yeaa no Team Fortress 2.

Útil para saber se algum amigo ou até algum youtuber está online, e em quais servidores, qual o mapa atual no servidor, e qual o IP para conectar-se.

Aww Yeaa é uma comunidade brasileira de Team Fortress 2.
Grupo da Steam: https://steamcommunity.com/groups/awyea
Canal do YouTube: http://www.youtube.com/user/awyeagames                    

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

ชื่อ Let's play TF2 Let's play TF2
ID encnhjnikcfaidjabljiojiifmjkjbph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lets-play-tf2/encnhjnikcfaidjabljiojiifmjkjbph
คำอธิบาย Veja em tempo real quem está online nos servidores do Aww Yeah no Team Fortress 2.
ขนาดไฟล์ 245 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 0.5.0
อัปเดตครั้งล่าสุด 2023-02-06
วันที่เผยแพร่ 2020-03-13
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา pablo.dinella
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/PabloDinella/lets-play-tf2-extension
URL หน้าช่วยเหลือ https://github.com/PabloDinella/lets-play-tf2-extension/issues
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Let's play TF2",
    "author": "Pablo R. Dinella",
    "version": "0.5.0",
    "description": "Veja em tempo real quem est\u00e1 online nos servidores do Aww Yeah no Team Fortress 2.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "19.png",
        "default_title": "Let's play TF2",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "alarms"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ https:\/\/www.google-analytics.com\/; object-src 'self'"
}