OGame Enhancements
Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.
OGame Enhancementsคืออะไร?
OGame Enhancements เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jasper และคุณลักษณะหลักของมันคือ "Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OGame Enhancements
ดาวน์โหลดไฟล์ส่วนขยาย OGame Enhancements ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Features include:
- De-emphasizing premium Dark Matter features
- Minor visual improvements, like colors and readability                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | akhcmfephjndfhmomkdhignhnedbinmo | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ogame-enhancements/akhcmfephjndfhmomkdhignhnedbinmo | 
| คำอธิบาย | Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features. | 
| ขนาดไฟล์ | 59.15 KB | 
| จำนวนการติดตั้ง | 41 | 
| เวอร์ชันปัจจุบัน | 1.2 | 
| อัปเดตครั้งล่าสุด | 2023-02-13 | 
| วันที่เผยแพร่ | 2023-02-09 | 
| ผู้พัฒนา | Jasper | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://github.com/jasperandrew/ogame-enhancements | 
| URL หน้าช่วยเหลือ | https://github.com/jasperandrew/ogame-enhancements | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OGame Enhancements",
    "version": "1.2",
    "description": "Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ogame.gameforge.com\/game\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}  |  |