Skynet

The Addon OGame deserves

Skynetคืออะไร?

Skynet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Martin Burchard และคุณลักษณะหลักของมันคือ "The Addon OGame deserves"

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

screenshot

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

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

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

                        Features
 - supports OGame version 6.2.2
 - all functions can be enabled individually
 - enhanced espionage reports, display of transporters needed
 - Sorted presentation of espionage reports: Raidar
 - TrashSim combat simulation button
 - enhanced planet list
 - additional transport button
 - additional expedition button
 - resources overview on the overview page
 - enhanced event list
 - countdown for fleet recall
 - disable unnecessary research
 - Mark debris field
 - diverse layout changes
 - enhanced functionality for building ships, defence and solar sats
 - Display of energy needed and amount of solarsats
 - HTTPS Support
 - ...                    

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

ชื่อ Skynet Skynet
ID bombfdlgambijdlldkmfoeeefjchbckc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skynet/bombfdlgambijdlldkmfoeeefjchbckc
คำอธิบาย The Addon OGame deserves
ขนาดไฟล์ 209 KB
จำนวนการติดตั้ง 1,632
เวอร์ชันปัจจุบัน 4.1.5
อัปเดตครั้งล่าสุด 2016-07-28
วันที่เผยแพร่ 2016-07-28
คะแนน 4.58/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา Martin Burchard
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.martin-burchard.de/skynet/
ภาษาที่รองรับ de,en,tr,da,es,it,hu,pl,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skynet",
    "short_name": "Skynet",
    "description": "The Addon OGame deserves",
    "version": "4.1.5.0",
    "version_name": "4.1.5",
    "author": "Martin Burchard",
    "homepage_url": "http:\/\/www.martin-burchard.de\/skynet",
    "default_locale": "en",
    "icons": {
        "16": "gfx\/icon_16.png",
        "48": "gfx\/icon_48.png",
        "128": "gfx\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.ogame.gameforge.com\/*",
                "https:\/\/*.ogame.gameforge.com\/*"
            ],
            "exclude_globs": [
                "*board*",
                "*support*"
            ],
            "run_at": "document_start",
            "css": [
                "ext\/nanoscroller.css",
                "css\/standard.css"
            ],
            "js": [
                "ext\/jquery.min.js",
                "ext\/jquery-ui.min.js",
                "ext\/knockout.min.js",
                "ext\/jquery.nanoscroller.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*.ogame.gameforge.com\/",
        "https:\/\/*.ogame.gameforge.com\/"
    ],
    "web_accessible_resources": [
        "ext\/jquery-ui.min.css",
        "ext\/images\/*",
        "css\/images.css",
        "gfx\/*",
        "templates\/*"
    ]
}