OGame Resources Extension
Resource distribution is the key
OGame Resources Extensionคืออะไร?
OGame Resources Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ITP และคุณลักษณะหลักของมันคือ "Resource distribution is the key"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OGame Resources Extension
ดาวน์โหลดไฟล์ส่วนขยาย OGame Resources Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension sum resources on all our planets and show this in additional table in resources section. All you need to do is visit each planet at least once or use new action 'refresh'. A bug, translation, suggestion new features or extensions, contact OGEXT Team on http://ogext.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | OGame Resources Extension |
ID | dinnmkijapcbjfflfncafmfhajnggenb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb |
คำอธิบาย | Resource distribution is the key |
ขนาดไฟล์ | 69.79 KB |
จำนวนการติดตั้ง | 2,763 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2016-10-10 |
วันที่เผยแพร่ | 2016-10-10 |
คะแนน | 3.92/5 รวมทั้งหมด 74 คะแนน |
ผู้พัฒนา | ITP |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://ogext.com |
URL หน้าช่วยเหลือ | http://ogext.com |
URL หน้านโยบายความเป็นส่วนตัว | https://freethetree.co.uk/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "ogext.css" ], "js": [ "jquery-3.1.1.min.js", "ogext.js" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/*" ] } ], "description": "Resource distribution is the key", "icons": { "128": "icon128.png" }, "manifest_version": 2, "name": "OGame Resources Extension", "permissions": [], "version": "1.0.1", "web_accessible_resources": [ "*" ] } |