OGame Tracker Beta

This extension tracks information of the player and represents these graphically.

什么是OGame Tracker Beta?

OGame Tracker Beta是由Wonkydonky开发的Chrome扩展程序,该扩展的主要功能是“This extension tracks information of the player and represents these graphically.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载OGame Tracker Beta扩展crx文件

下载OGame Tracker Beta扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Beta version of the OGame Tracker.
Should ONLY be used for testing new features beforehand. 
THE BETA VERSION IS OFTEN OUTDATED OR CAN BE BROKEN. IF YOU JUST WANT TO USE THE TRACKER USE THE STANDARD VERSION.                    

扩展基本信息

名称 OGame Tracker Beta OGame Tracker Beta
ID bjegldbhlolbbjocdodfhhagickkebhn
官方URL https://chrome.google.com/webstore/detail/ogame-tracker-beta/bjegldbhlolbbjocdodfhhagickkebhn
简介 This extension tracks information of the player and represents these graphically.
文件大小 36.17 MB
安装次数 149
当前版本 2022.11.24.22160
更新时间 2023-09-07
上架时间 2022-06-30
开发者 Wonkydonky
电子邮箱 [email protected]
帮助页面URL https://discord.com/invite/MZE9FrCwRj
支持的语言 de,en,fr,da,es,hr,it,pl,pt-BR,pt-PT,sl,cs,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OGame Tracker Beta",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "default_locale": "de",
    "version": "2022.11.24.22160",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/*.ogame.gameforge.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "views\/*",
                "mdi\/*",
                "ogti\/*"
            ],
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/add-menu-item.js"
            ],
            "css": [
                "content-scripts\/add-menu-item.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-scripts\/add-notification-iframe.js"
            ],
            "css": [
                "content-scripts\/add-notification-iframe.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "content-scripts\/empire-tracking.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-scripts\/generate-color-css-variables.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ],
            "run_at": "document_start",
            "css": [
                "mdi\/style.chrome.css",
                "ogti\/style.chrome.css"
            ],
            "js": [
                "content-scripts\/icons-everywhere.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/keep-service-worker-alive.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-scripts\/message-tracking.js"
            ],
            "css": [
                "content-scripts\/message-tracking.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/universe-and-account-tracking.js"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}