OGame fast attack

Boost up speed of sending fleets.

Vad är OGame fast attack?

OGame fast attack är en Chrome-tillägg utvecklad av ogame.fast.attack, och dess huvudfunktion är "Boost up speed of sending fleets.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner OGame fast attack-förlängningens CRX-fil

Ladda ner OGame fast attack-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn OGame fast attack OGame fast attack
ID jhlliibdpnijhhaegahaokfoaekkdpem
Officiell webbadress https://chromewebstore.google.com/detail/ogame-fast-attack/jhlliibdpnijhhaegahaokfoaekkdpem
Beskrivning Boost up speed of sending fleets.
Filstorlek 43.92 KB
Antal Installationer 527
Aktuell Version 0.47
Senast Uppdaterad 2014-01-10
Publiceringsdatum 2014-01-10
Betyg 1.25/5 Totalt 4 Betyg
Utvecklare ogame.fast.attack
Betalningssätt free
Stödda Språk 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"
    ]
}