Ogame Fast expeditions

A faster way to send expeditions!

O que é Ogame Fast expeditions?

Ogame Fast expeditions é uma extensão do Chrome desenvolvida por joshepMad, e sua principal característica é "A faster way to send expeditions!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ogame Fast expeditions

Baixe arquivos de extensão Ogame Fast expeditions 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

                        Allows ogame players to send expeditions faster with just one click from the fleet page!
Integrates well with Ogame infinity, UniverseView Extension
 and AntiGameReborn!                    

Informações Básicas da Extensão

Nome Ogame Fast expeditions Ogame Fast expeditions
ID nmfnikkmipenjmdmlonjahcobmacaoef
URL Oficial https://chromewebstore.google.com/detail/ogame-fast-expeditions/nmfnikkmipenjmdmlonjahcobmacaoef
Descrição A faster way to send expeditions!
Tamanho do Arquivo 60.26 KB
Contagem de Instalações 5,213
Versão Atual 1.6
Última Atualização 2023-02-04
Data de Publicação 2021-04-03
Classificação 3.91/5 Total de 32 Avaliações
Desenvolvedor joshepMad
Email [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
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ogame Fast expeditions",
    "short_name": "ofe",
    "description": "A faster way to send expeditions!",
    "version": "1.6",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=ingame&component=fleetdispatch*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/tel.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/lobby.ogame.gameforge.com\/",
                "https:\/\/lobby.ogame.gameforge.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/lobby.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injected.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}