OGame fast attack
Boost up speed of sending fleets.
Wat is OGame fast attack?
OGame fast attack is een Chrome-extensie ontwikkeld door ogame.fast.attack, en de belangrijkste functie is "Boost up speed of sending fleets.".
Extensie Screenshots
Download het CRX-bestand van de extensie OGame fast attack
Download OGame fast attack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | OGame fast attack |
ID | jhlliibdpnijhhaegahaokfoaekkdpem |
Officiële URL | https://chromewebstore.google.com/detail/ogame-fast-attack/jhlliibdpnijhhaegahaokfoaekkdpem |
Beschrijving | Boost up speed of sending fleets. |
Bestandsgrootte | 43.92 KB |
Aantal Installaties | 527 |
Huidige Versie | 0.47 |
Laatst Bijgewerkt | 2014-01-10 |
Publicatiedatum | 2014-01-10 |
Beoordeling | 1.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | ogame.fast.attack |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |