Let's play TF2
Veja em tempo real quem está online nos servidores do Aww Yeah no Team Fortress 2.
Vad är Let's play TF2?
Let's play TF2 är en Chrome-tillägg utvecklad av pablo.dinella, och dess huvudfunktion är "Veja em tempo real quem está online nos servidores do Aww Yeah no Team Fortress 2.".
Tilläggsskärmbilder
Ladda ner Let's play TF2-förlängningens CRX-fil
Ladda ner Let's play TF2-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Let's play TF2 |
ID | encnhjnikcfaidjabljiojiifmjkjbph |
Officiell webbadress | https://chromewebstore.google.com/detail/lets-play-tf2/encnhjnikcfaidjabljiojiifmjkjbph |
Beskrivning | Veja em tempo real quem está online nos servidores do Aww Yeah no Team Fortress 2. |
Filstorlek | 245 KB |
Antal Installationer | 52 |
Aktuell Version | 0.5.0 |
Senast Uppdaterad | 2023-02-06 |
Publiceringsdatum | 2020-03-13 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | pablo.dinella |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/PabloDinella/lets-play-tf2-extension |
Hjälpsida URL | https://github.com/PabloDinella/lets-play-tf2-extension/issues |
Stödda Språk | 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'" } |