Ogame Calculator

Several calculations to improve your ogame experience!

Ogame Calculatorคืออะไร?

Ogame Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mattieboy และคุณลักษณะหลักของมันคือ "Several calculations to improve your ogame experience!"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Ogame Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An Extension to improve your ogame experience with several automatic calculations                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ogame Calculator Ogame Calculator
ID mgncldbnpngoncllpnepebmjjiencmnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ogame-calculator/mgncldbnpngoncllpnepebmjjiencmnl
คำอธิบาย Several calculations to improve your ogame experience!
ขนาดไฟล์ 80.65 KB
จำนวนการติดตั้ง 234
เวอร์ชันปัจจุบัน 0.14.0
อัปเดตครั้งล่าสุด 2024-02-15
วันที่เผยแพร่ 2022-08-19
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา mattieboy
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://discord.gg/65U4buktPJ
ภาษาที่รองรับ 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"
    }
}