OGame fast attack
Boost up speed of sending fleets.
O que é OGame fast attack?
OGame fast attack é uma extensão do Chrome desenvolvida por ogame.fast.attack, e sua principal característica é "Boost up speed of sending fleets.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OGame fast attack
Baixe arquivos de extensão OGame fast attack 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
Provides dedicated form to send attacks from any page. Parses mailbox headers to send attacks by clicking on message. Adds 'supply' link - by clicking on it required amount of resources will be send to active planet. Fixes 'debris' and 'moon' links if you do not have 'commander'. Extends settings page.
Informações Básicas da Extensão
Nome | OGame fast attack |
ID | jhlliibdpnijhhaegahaokfoaekkdpem |
URL Oficial | https://chromewebstore.google.com/detail/ogame-fast-attack/jhlliibdpnijhhaegahaokfoaekkdpem |
Descrição | Boost up speed of sending fleets. |
Tamanho do Arquivo | 43.92 KB |
Contagem de Instalações | 527 |
Versão Atual | 0.47 |
Última Atualização | 2014-01-10 |
Data de Publicação | 2014-01-10 |
Classificação | 1.25/5 Total de 4 Avaliações |
Desenvolvedor | ogame.fast.attack |
Tipo de Pagamento | free |
Idiomas Suportados | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OGame fast attack", "manifest_version": 2, "version": "0.47", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.ogame.gameforge.com\/*" ], "css": [ "style.css" ], "js": [ "jquery.min.js", "lib\/chrome_sync.user.js", "lib\/storage.user.js", "lib\/location_logic.user.js", "fast_attack.user.js" ], "run_at": "document_start" } ], "permissions": [ "storage" ] } |