OGame fast attack
Boost up speed of sending fleets.
¿Qué es OGame fast attack?
OGame fast attack es una extensión de Chrome desarrollada por ogame.fast.attack, y su función principal es "Boost up speed of sending fleets.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión OGame fast attack
Descarga archivos de extensión OGame fast attack en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | OGame fast attack |
ID | jhlliibdpnijhhaegahaokfoaekkdpem |
URL Oficial | https://chromewebstore.google.com/detail/ogame-fast-attack/jhlliibdpnijhhaegahaokfoaekkdpem |
Descripción | Boost up speed of sending fleets. |
Tamaño del Archivo | 43.92 KB |
Cantidad de Instalaciones | 527 |
Versión Actual | 0.47 |
Última Actualización | 2014-01-10 |
Fecha de Publicación | 2014-01-10 |
Calificación | 1.25/5 Total de 4 Calificaciones |
Desarrollador | ogame.fast.attack |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |