Ogame Infinity

OGI - To Ogame's infinity and beyond!

Wat is Ogame Infinity?

Ogame Infinity is een Chrome-extensie ontwikkeld door https://ogameinfinity.com, en de belangrijkste functie is "OGI - To Ogame's infinity and beyond!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ogame Infinity

Download Ogame Infinity-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension provides a set additional features for OGame.

Copyrights: OGame is a browser game from GameForge.                    

Basisinformatie over de Extensie

Naam Ogame Infinity Ogame Infinity
ID hfojakphgokgpbnejoobfamojbgolcbo
Officiële URL https://chromewebstore.google.com/detail/ogame-infinity/hfojakphgokgpbnejoobfamojbgolcbo
Beschrijving OGI - To Ogame's infinity and beyond!
Bestandsgrootte 588 KB
Aantal Installaties 20,000
Huidige Versie 2.4.1
Laatst Bijgewerkt 2024-03-04
Publicatiedatum 2020-08-14
Beoordeling 4.03/5 Totaal 60 Beoordelingen
Ontwikkelaar https://ogameinfinity.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}