Ogame Infinity

OGI - To Ogame's infinity and beyond!

What is Ogame Infinity?

Ogame Infinity is a Chrome extension developed by https://ogameinfinity.com, and its main feature is "OGI - To Ogame's infinity and beyond!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Ogame Infinity Extension CRX File

Download Ogame Infinity extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension provides a set additional features for OGame.

Copyrights: OGame is a browser game from GameForge.                    

Extension Basic Information

Name Ogame Infinity Ogame Infinity
ID hfojakphgokgpbnejoobfamojbgolcbo
Official URL https://chromewebstore.google.com/detail/ogame-infinity/hfojakphgokgpbnejoobfamojbgolcbo
Description OGI - To Ogame's infinity and beyond!
File Size 588 KB
Installation Count 20,000
Current Version 2.4.1
Last Updated 2024-03-04
Publish Date 2020-08-14
Rating 4.03/5 Total 60 Ratings
Developer https://ogameinfinity.com
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}