OGame fast attack
Boost up speed of sending fleets.
Qu'est-ce que OGame fast attack ?
OGame fast attack est une extension Chrome développée par ogame.fast.attack, et sa fonction principale est "Boost up speed of sending fleets.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OGame fast attack
Téléchargez les fichiers d'extension OGame fast attack au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | OGame fast attack |
ID | jhlliibdpnijhhaegahaokfoaekkdpem |
URL Officiel | https://chromewebstore.google.com/detail/ogame-fast-attack/jhlliibdpnijhhaegahaokfoaekkdpem |
Description | Boost up speed of sending fleets. |
Taille du Fichier | 43.92 KB |
Nombre d'Installations | 527 |
Version Actuelle | 0.47 |
Dernière Mise à Jour | 2014-01-10 |
Date de Publication | 2014-01-10 |
Évaluation | 1.25/5 Total 4 Évaluations |
Développeur | ogame.fast.attack |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |