Ogame Fleet Counter
No more asking your friends to spy and tell you your fleet points!
O que é Ogame Fleet Counter?
Ogame Fleet Counter é uma extensão do Chrome desenvolvida por joshepMad, e sua principal característica é "No more asking your friends to spy and tell you your fleet points!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ogame Fleet Counter
Baixe arquivos de extensão Ogame Fleet Counter 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
This extension let's you see your fleet points on each planet or moon in Ogame.
Informações Básicas da Extensão
Nome | Ogame Fleet Counter |
ID | dfkfmopjlbomagboeikibfocijcflbei |
URL Oficial | https://chromewebstore.google.com/detail/ogame-fleet-counter/dfkfmopjlbomagboeikibfocijcflbei |
Descrição | No more asking your friends to spy and tell you your fleet points! |
Tamanho do Arquivo | 36.27 KB |
Contagem de Instalações | 1,315 |
Versão Atual | 4.6 |
Última Atualização | 2022-12-11 |
Data de Publicação | 2020-04-28 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | joshepMad |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303 |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ogame Fleet Counter", "short_name": "OFC", "description": "No more asking your friends to spy and tell you your fleet points!", "version": "4.6", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=ingame&component=shipyard*" ], "js": [ "js\/jquery.js", "js\/content.js" ], "run_at": "document_end" }, { "css": [ "skin\/style.css" ], "js": [ "js\/fleet.js" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=highscore*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "js\/toInject.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |