UniverseView Extension

UniverseView is a fast and fun OGame add-on. Find planets everywhere and make the way you play OGame more efficient and effective!

UniverseView Extensionคืออะไร?

UniverseView Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://universeview.be และคุณลักษณะหลักของมันคือ "UniverseView is a fast and fun OGame add-on. Find planets everywhere and make the way you play OGame more efficient and effective!"

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

screenshot

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

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

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

                        UniverseView is a fast and fun OGame add-on. It will make the way you play OGame more efficient and effective. You will be able to find planets by searching players and alliances on every page or just by hovering the player on the Galaxy page. Other UniverseView Apps like TrashSim & OGotcha are integrated into the browser extension.

Store your favourite targets for easy access.
View the planet spreading of your most wanted targets and enemies or search a new save location and good raiding spot using the spreading feature.

Other features included in UniverseView:
- Planet activity timers
- Fleet movement notifications
- Moon destruction calculator
- Combat report converter button in your battle reports
- Combat simulator button in your espionage reports, phalanx and event fleets
- Highscore page improvements, view who is inactive or in vacation mode
- Easily select your own planets as target on the second fleet page
- Save your target his technologie levels after you spied him, they will be shown on the galaxy page
- Show players their militairy stats on the galaxy page
- A refresh clock on the galaxy page                    

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

ชื่อ UniverseView Extension UniverseView Extension
ID ipmfkhoihjbbohnfecpmhekhippaplnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/universeview-extension/ipmfkhoihjbbohnfecpmhekhippaplnh
คำอธิบาย UniverseView is a fast and fun OGame add-on. Find planets everywhere and make the way you play OGame more efficient and effective!
ขนาดไฟล์ 1.01 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 4.2.1
อัปเดตครั้งล่าสุด 2022-02-05
วันที่เผยแพร่ 2020-05-02
คะแนน 4.44/5 รวมทั้งหมด 87 คะแนน
ผู้พัฒนา https://universeview.be
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://universeview.be/
URL หน้าช่วยเหลือ https://board.origin.ogame.gameforge.com/index.php/Board/184-UniverseView/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UniverseView Extension",
    "short_name": "UniverseView",
    "version": "4.2.1",
    "version_name": "4.2.1",
    "description": "UniverseView is a fast and fun OGame add-on. Find planets everywhere and make the way you play OGame more efficient and effective!",
    "homepage_url": "https:\/\/universeview.be",
    "manifest_version": 2,
    "content_scripts": [
        {
            "include_globs": [
                "*:\/\/*.ogame.gameforge.com\/game\/index.php*"
            ],
            "js": [
                "chrome\/content\/scripts\/universeview.js"
            ],
            "css": [
                "chrome\/content\/css\/stylesheet.css",
                "chrome\/content\/css\/skin.css"
            ],
            "matches": [
                "*:\/\/*.ogame.gameforge.com\/game\/index.php*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "chrome\/content\/scripts\/universeview.js",
        "chrome\/content\/img\/*.png",
        "chrome\/content\/img\/*.gif",
        "chrome\/content\/img\/*.jpg",
        "chrome\/content\/templates\/*.html",
        "chrome\/content\/css\/*.css"
    ],
    "permissions": [
        "unlimitedStorage",
        "storage",
        "*:\/\/*.ogame.gameforge.com\/*",
        "management",
        "notifications",
        "alarms",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "41",
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    }
}