Let's play TF2
Veja em tempo real quem está online nos servidores do Aww Yeah no Team Fortress 2.
Was ist Let's play TF2?
Let's play TF2 ist eine Chrome-Erweiterung, die von pablo.dinella entwickelt wurde, und ihr Hauptmerkmal ist "Veja em tempo real quem está online nos servidores do Aww Yeah no Team Fortress 2.".
Erweiterungsscreenshots
Let's play TF2-Erweiterungs-CRX-Datei herunterladen
Laden Sie Let's play TF2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Let's play TF2 |
ID | encnhjnikcfaidjabljiojiifmjkjbph |
Offizielle URL | https://chromewebstore.google.com/detail/lets-play-tf2/encnhjnikcfaidjabljiojiifmjkjbph |
Beschreibung | Veja em tempo real quem está online nos servidores do Aww Yeah no Team Fortress 2. |
Dateigröße | 245 KB |
Installationsanzahl | 52 |
Aktuelle Version | 0.5.0 |
Letztes Update | 2023-02-06 |
Veröffentlichungsdatum | 2020-03-13 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | pablo.dinella |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/PabloDinella/lets-play-tf2-extension |
Hilfeseite URL | https://github.com/PabloDinella/lets-play-tf2-extension/issues |
Unterstützte Sprachen | 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'" } |