My Fortnite Stats
View the stats of any player in Fortnite Battle Royale on PC, PS4 and Xbox
O que é My Fortnite Stats?
My Fortnite Stats é uma extensão do Chrome desenvolvida por https://www.myfortnite.com, e sua principal característica é "View the stats of any player in Fortnite Battle Royale on PC, PS4 and Xbox".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão My Fortnite Stats
Baixe arquivos de extensão My Fortnite Stats no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Check your MyFortnite Ranking, Stats: Leaderboards for Fortnite Battle Royale on PC, PS4 and Xbox One
Informações Básicas da Extensão
Nome | My Fortnite Stats |
ID | ikoffjnnljahdalenipohfhdhlaihfme |
URL Oficial | https://chromewebstore.google.com/detail/my-fortnite-stats/ikoffjnnljahdalenipohfhdhlaihfme |
Descrição | View the stats of any player in Fortnite Battle Royale on PC, PS4 and Xbox |
Tamanho do Arquivo | 19.04 KB |
Contagem de Instalações | 767 |
Versão Atual | 1.0.2 |
Última Atualização | 2018-08-18 |
Data de Publicação | 2018-08-18 |
Classificação | 5.00/5 Total de 41 Avaliações |
Desenvolvedor | https://www.myfortnite.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://myfortnite.com |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Fortnite Stats", "description": "View the stats of any player in Fortnite Battle Royale on PC, PS4 and Xbox", "version": "1.0.2", "browser_action": { "default_icon": { "16": "images\/image-16x16.png", "24": "images\/image-24x24.png", "32": "images\/image-32x32.png", "48": "images\/image-48x48.png", "64": "images\/image-64x64.png", "128": "images\/image-128x128.png", "256": "images\/image-256x256.png" }, "default_popup": "popup.html", "default_title": "MyFortnite Stats" }, "icons": { "16": "images\/image-16x16.png", "24": "images\/image-24x24.png", "32": "images\/image-32x32.png", "48": "images\/image-48x48.png", "64": "images\/image-64x64.png", "128": "images\/image-128x128.png", "256": "images\/image-256x256.png" }, "permissions": [ "tabs" ] } |