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은(는) pablo.dinella에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Veja em tempo real quem está online nos servidores do Aww Yeah no Team Fortress 2."입니다.

확장 프로그램 스크린샷

screenshot

Let's play TF2 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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