OGame fast attack

Boost up speed of sending fleets.

What is OGame fast attack?

OGame fast attack is a Chrome extension developed by ogame.fast.attack, and its main feature is "Boost up speed of sending fleets.".

Extension Screenshots

screenshot
screenshot

Download OGame fast attack Extension CRX File

Download OGame fast attack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name OGame fast attack OGame fast attack
ID jhlliibdpnijhhaegahaokfoaekkdpem
Official URL https://chromewebstore.google.com/detail/ogame-fast-attack/jhlliibdpnijhhaegahaokfoaekkdpem
Description Boost up speed of sending fleets.
File Size 43.92 KB
Installation Count 527
Current Version 0.47
Last Updated 2014-01-10
Publish Date 2014-01-10
Rating 1.25/5 Total 4 Ratings
Developer ogame.fast.attack
Payment Type free
Supported Languages 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"
    ]
}