OGame fast attack

Boost up speed of sending fleets.

Co to jest OGame fast attack?

OGame fast attack to rozszerzenie Chrome opracowane przez ogame.fast.attack, a jego główną funkcją jest „Boost up speed of sending fleets.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia OGame fast attack

Pobierz pliki rozszerzeń OGame fast attack w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa OGame fast attack OGame fast attack
ID jhlliibdpnijhhaegahaokfoaekkdpem
Oficjalny URL https://chromewebstore.google.com/detail/ogame-fast-attack/jhlliibdpnijhhaegahaokfoaekkdpem
Opis Boost up speed of sending fleets.
Rozmiar pliku 43.92 KB
Liczba instalacji 527
Aktualna Wersja 0.47
Ostatnia Aktualizacja 2014-01-10
Data Publikacji 2014-01-10
Ocena 1.25/5 Łącznie 4 Oceny
Deweloper ogame.fast.attack
Typ Płatności free
Obsługiwane Języki 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"
    ]
}