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
Eメール [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\/*"
            ]
        }
    ]
}