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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
} | |