Let's play TF2
Veja em tempo real quem está online nos servidores do Aww Yeah no Team Fortress 2.
Wat is Let's play TF2?
Let's play TF2 is een Chrome-extensie ontwikkeld door pablo.dinella, en de belangrijkste functie is "Veja em tempo real quem está online nos servidores do Aww Yeah no Team Fortress 2.".
Extensie Screenshots
Download het CRX-bestand van de extensie Let's play TF2
Download Let's play TF2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Let's play TF2 |
ID | encnhjnikcfaidjabljiojiifmjkjbph |
Officiële URL | https://chromewebstore.google.com/detail/lets-play-tf2/encnhjnikcfaidjabljiojiifmjkjbph |
Beschrijving | Veja em tempo real quem está online nos servidores do Aww Yeah no Team Fortress 2. |
Bestandsgrootte | 245 KB |
Aantal Installaties | 52 |
Huidige Versie | 0.5.0 |
Laatst Bijgewerkt | 2023-02-06 |
Publicatiedatum | 2020-03-13 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | pablo.dinella |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/PabloDinella/lets-play-tf2-extension |
Help Pagina-URL | https://github.com/PabloDinella/lets-play-tf2-extension/issues |
Ondersteunde Talen | 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'" } |