Ogame Infinity

OGI - To Ogame's infinity and beyond!

什么是Ogame Infinity?

Ogame Infinity是由https://ogameinfinity.com开发的Chrome扩展程序,该扩展的主要功能是“OGI - To Ogame's infinity and beyond!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Ogame Infinity扩展crx文件

下载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\/*"
            ]
        }
    ]
}