OGame Tracker

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

什麼是OGame Tracker?

OGame Tracker是由Wonkydonky開發的Chrome擴展程式,該擴展的主要功能是“This extension tracks information of the player and represents these graphically.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載OGame Tracker擴展crx文件

下載OGame Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Tracks information about the player.
Currently, results of expeditions, combats and debris field harvests are tracked.

The data will only be stored locally.                    

擴展基本資訊

名稱 OGame Tracker OGame Tracker
ID gcebldjabjlagnnnjfodjgiddnonehnd
官方網址 https://chromewebstore.google.com/detail/ogame-tracker/gcebldjabjlagnnnjfodjgiddnonehnd
簡介 This extension tracks information of the player and represents these graphically.
檔案大小 39.69 MB
安裝次數 6,465
目前版本 2024.2.23.19064
更新時間 2024-02-23
上架時間 2021-08-27
評分 5.00/5 共 15 次評分
開發者 Wonkydonky
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://discord.gg/MZE9FrCwRj
支援的語言 de,en,fr,da,es,hr,it,hu,pl,pt-BR,pt-PT,sl,cs,el,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OGame Tracker",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "default_locale": "de",
    "version": "2024.2.23.19064",
    "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"
    }
}