Ogame Infinity

OGI - To Ogame's infinity and beyond!

Ogame Infinity là gì?

Ogame Infinity là một tiện ích mở rộng Chrome được phát triển bởi https://ogameinfinity.com, và tính năng chính của nó là "OGI - To Ogame's infinity and beyond!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ogame Infinity

Tải xuống các tệp mở rộng Ogame Infinity dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension provides a set additional features for OGame.

Copyrights: OGame is a browser game from GameForge.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ogame Infinity Ogame Infinity
ID hfojakphgokgpbnejoobfamojbgolcbo
URL Chính Thức https://chromewebstore.google.com/detail/ogame-infinity/hfojakphgokgpbnejoobfamojbgolcbo
Mô tả OGI - To Ogame's infinity and beyond!
Kích Thước Tệp 588 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 2.4.1
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2020-08-14
Đánh Giá 4.03/5 Tổng số 60 Đánh Giá
Nhà Phát Triển https://ogameinfinity.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}