OGame Tracker

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

OGame Trackerคืออะไร?

OGame Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wonkydonky และคุณลักษณะหลักของมันคือ "This extension tracks information of the player and represents these graphically."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OGame Tracker

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}