OGame fast attack
Boost up speed of sending fleets.
OGame fast attackคืออะไร?
OGame fast attack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ogame.fast.attack และคุณลักษณะหลักของมันคือ "Boost up speed of sending fleets."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OGame fast attack
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |