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.”。
扩展截图
下载Let's play TF2扩展crx文件
下载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 |
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'" } |