OGame fast attack
Boost up speed of sending fleets.
Apa itu OGame fast attack?
OGame fast attack adalah ekstensi Chrome yang dikembangkan oleh ogame.fast.attack, dan fitur utamanya adalah "Boost up speed of sending fleets.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OGame fast attack
Unduh file ekstensi OGame fast attack dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | OGame fast attack |
ID | jhlliibdpnijhhaegahaokfoaekkdpem |
URL Resmi | https://chromewebstore.google.com/detail/ogame-fast-attack/jhlliibdpnijhhaegahaokfoaekkdpem |
Deskripsi | Boost up speed of sending fleets. |
Ukuran File | 43.92 KB |
Jumlah Instalasi | 527 |
Versi Saat Ini | 0.47 |
Terakhir Diperbarui | 2014-01-10 |
Tanggal Publikasi | 2014-01-10 |
Penilaian | 1.25/5 Total 4 Penilaian |
Pengembang | ogame.fast.attack |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |