OGame fast attack

Boost up speed of sending fleets.

Cos'è OGame fast attack?

OGame fast attack è un'estensione di Chrome sviluppata da ogame.fast.attack, e la sua funzione principale è "Boost up speed of sending fleets.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione OGame fast attack

Scarica i file di estensione OGame fast attack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome OGame fast attack OGame fast attack
ID jhlliibdpnijhhaegahaokfoaekkdpem
URL Ufficiale https://chromewebstore.google.com/detail/ogame-fast-attack/jhlliibdpnijhhaegahaokfoaekkdpem
Descrizione Boost up speed of sending fleets.
Dimensione del File 43.92 KB
Conteggio Installazioni 527
Versione Corrente 0.47
Ultimo Aggiornamento 2014-01-10
Data di Pubblicazione 2014-01-10
Valutazione 1.25/5 Totale 4 Valutazioni
Sviluppatore ogame.fast.attack
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}