OGame fast attack
Boost up speed of sending fleets.
OGame fast attack là gì?
OGame fast attack là một tiện ích mở rộng Chrome được phát triển bởi ogame.fast.attack, và tính năng chính của nó là "Boost up speed of sending fleets.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OGame fast attack
Tải xuống các tệp mở rộng OGame fast attack dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OGame fast attack |
ID | jhlliibdpnijhhaegahaokfoaekkdpem |
URL Chính Thức | https://chromewebstore.google.com/detail/ogame-fast-attack/jhlliibdpnijhhaegahaokfoaekkdpem |
Mô tả | Boost up speed of sending fleets. |
Kích Thước Tệp | 43.92 KB |
Số Lần Cài Đặt | 527 |
Phiên Bản Hiện Tại | 0.47 |
Cập Nhật Lần Cuối | 2014-01-10 |
Ngày Phát Hành | 2014-01-10 |
Đánh Giá | 1.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | ogame.fast.attack |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |