OGame fast attack
Boost up speed of sending fleets.
OGame fast attackとは何ですか?
OGame fast attackはogame.fast.attackによって開発されたChromeの拡張機能で、その主な機能は「Boost up speed of sending fleets.」です。
拡張機能のスクリーンショット
OGame fast attack拡張機能のCRXファイルをダウンロード
OGame fast attack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | OGame fast attack |
ID | jhlliibdpnijhhaegahaokfoaekkdpem |
公式URL | https://chromewebstore.google.com/detail/ogame-fast-attack/jhlliibdpnijhhaegahaokfoaekkdpem |
説明 | Boost up speed of sending fleets. |
ファイルサイズ | 43.92 KB |
インストール数 | 527 |
現在のバージョン | 0.47 |
最終更新日 | 2014-01-10 |
公開日 | 2014-01-10 |
評価 | 1.25/5 合計 4 レビュー |
開発者 | ogame.fast.attack |
支払い方法 | free |
対応言語 | 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" ] } |