Ogame Calculator

Several calculations to improve your ogame experience!

What is Ogame Calculator?

Ogame Calculator is a Chrome extension developed by mattieboy, and its main feature is "Several calculations to improve your ogame experience!".

Extension Screenshots

screenshot

Download Ogame Calculator Extension CRX File

Download Ogame Calculator 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

                        An Extension to improve your ogame experience with several automatic calculations                    

Extension Basic Information

Name Ogame Calculator Ogame Calculator
ID mgncldbnpngoncllpnepebmjjiencmnl
Official URL https://chromewebstore.google.com/detail/ogame-calculator/mgncldbnpngoncllpnepebmjjiencmnl
Description Several calculations to improve your ogame experience!
File Size 80.65 KB
Installation Count 234
Current Version 0.14.0
Last Updated 2024-02-15
Publish Date 2022-08-19
Rating 5.00/5 Total 2 Ratings
Developer mattieboy
Email [email protected]
Payment Type free
Help Page URL https://discord.gg/65U4buktPJ
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ogame Calculator",
    "description": "Several calculations to improve your ogame experience!",
    "version": "0.14.0",
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/admin2\/*"
            ],
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ogameHelper.js",
                "resources\/*",
                "messageAnalyzer.js",
                "functions.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "resources\/logo16.png",
        "48": "resources\/logo48.png",
        "128": "resources\/logo128.png"
    },
    "permissions": [
        "https:\/\/*.ogame.gameforge.com\/game\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}