Ogame Infinity

OGI - To Ogame's infinity and beyond!

Ogame Infinityคืออะไร?

Ogame Infinity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ogameinfinity.com และคุณลักษณะหลักของมันคือ "OGI - To Ogame's infinity and beyond!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ogame Infinity

ดาวน์โหลดไฟล์ส่วนขยาย Ogame Infinity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension provides a set additional features for OGame.

Copyrights: OGame is a browser game from GameForge.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ogame Infinity Ogame Infinity
ID hfojakphgokgpbnejoobfamojbgolcbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ogame-infinity/hfojakphgokgpbnejoobfamojbgolcbo
คำอธิบาย OGI - To Ogame's infinity and beyond!
ขนาดไฟล์ 588 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 2.4.1
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2020-08-14
คะแนน 4.03/5 รวมทั้งหมด 60 คะแนน
ผู้พัฒนา https://ogameinfinity.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "action": {
        "default_icon": {
            "32": "assets\/images\/logo128.png"
        },
        "default_title": "Ogame Infinity"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "global.css"
            ],
            "exclude_matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/admin2\/*"
            ],
            "js": [
                "main.js"
            ],
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "OGI - To Ogame's infinity and beyond!",
    "host_permissions": [
        "https:\/\/*.ogame.gameforge.com\/game\/*"
    ],
    "icons": {
        "512": "assets\/images\/logo512.png",
        "256": "assets\/images\/logo512.png",
        "128": "assets\/images\/logo128.png",
        "32": "assets\/images\/logo128.png"
    },
    "manifest_version": 3,
    "name": "Ogame Infinity",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.4.1",
    "web_accessible_resources": [
        {
            "extension_ids": [
                "hfojakphgokgpbnejoobfamojbgolcbo"
            ],
            "matches": [
                ""
            ],
            "resources": [
                "ogkush.js",
                "main.js",
                "libs\/*",
                "assets\/*",
                "util\/*",
                "ctxpage\/*",
                "ctxcontent\/*"
            ]
        }
    ]
}