Galaxytoolbar Revived for Chrome

A Chrome AddOn for the OGame Galaxytool.

Apa itu Galaxytoolbar Revived for Chrome?

Galaxytoolbar Revived for Chrome adalah ekstensi Chrome yang dikembangkan oleh https://gamerangerz.de, dan fitur utamanya adalah "A Chrome AddOn for the OGame Galaxytool.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Galaxytoolbar Revived for Chrome

Unduh file ekstensi Galaxytoolbar Revived for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Galaxytoolbar Revived is a project to bring back the Galaxytool for the newest OGame!


The Galaxytoolbar is an Extension which lets you submit data from your OGame account/universe to the Galaxytool. Then all the sent data becomes searchable.                    

Informasi Dasar Ekstensi

Nama Galaxytoolbar Revived for Chrome Galaxytoolbar Revived for Chrome
ID fpgfgephimamebidafbckomhpjclmpfp
URL Resmi https://chromewebstore.google.com/detail/galaxytoolbar-revived-for/fpgfgephimamebidafbckomhpjclmpfp
Deskripsi A Chrome AddOn for the OGame Galaxytool.
Ukuran File 447 KB
Jumlah Instalasi 166
Versi Saat Ini 3.0.1
Terakhir Diperbarui 2022-02-15
Tanggal Publikasi 2022-02-11
Pengembang https://gamerangerz.de
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung de,en,fr,nl,no,tr,da,es,hr,it,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,bg,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Galaxytoolbar Revived for Chrome",
    "version": "3.0.1",
    "description": "A Chrome AddOn for the OGame Galaxytool.",
    "default_locale": "en",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.ogame.com.ar\/game\/*",
                "http:\/\/*.ae.ogame.org\/game\/*",
                "http:\/\/*.ba.ogame.com\/game\/*",
                "http:\/\/*.ogame.com.br\/game\/*",
                "http:\/\/*.ogame.cz\/game\/*",
                "http:\/\/*.ogame.de\/game\/*",
                "http:\/\/*.ogame.dk\/game\/*",
                "http:\/\/*.ogame.com.es\/game\/*",
                "http:\/\/*.fi.ogame.org\/game\/*",
                "http:\/\/*.ogame.fr\/game\/*",
                "http:\/\/*.ogame.gr\/game\/*",
                "http:\/\/*.hr.ogame.org\/game\/*",
                "http:\/\/*.ogame.com.hr\/game\/*",
                "http:\/\/*.ogame.hu\/game\/*",
                "http:\/\/*.ogame.it\/game\/*",
                "http:\/\/*.ogame.jp\/game\/*",
                "http:\/\/*.mx.ogame.org\/game\/*",
                "http:\/\/*.ogame.no\/game\/*",
                "http:\/\/*.ogame.nl\/game\/*",
                "http:\/\/*.ogame.org\/game\/*",
                "http:\/\/*.ogame.pl\/game\/*",
                "http:\/\/*.ogame.com.pt\/game\/*",
                "http:\/\/*.ogame.ro\/game\/*",
                "http:\/\/*.ogame.ru\/game\/*",
                "http:\/\/*.ogame.se\/game\/*",
                "http:\/\/*.ogame.si\/game\/*",
                "http:\/\/*.ogame.sk\/game\/*",
                "http:\/\/*.ogame.tw\/game\/*",
                "http:\/\/*.tr.ogame.org\/game\/*",
                "http:\/\/*.ogame.us\/game\/*",
                "http:\/\/*.ogame.gameforge.com\/game\/*",
                "https:\/\/*.ogame.com.ar\/game\/*",
                "https:\/\/*.ae.ogame.org\/game\/*",
                "https:\/\/*.ba.ogame.com\/game\/*",
                "https:\/\/*.ogame.com.br\/game\/*",
                "https:\/\/*.ogame.cz\/game\/*",
                "https:\/\/*.ogame.de\/game\/*",
                "https:\/\/*.ogame.dk\/game\/*",
                "https:\/\/*.ogame.com.es\/game\/*",
                "https:\/\/*.fi.ogame.org\/game\/*",
                "https:\/\/*.ogame.fr\/game\/*",
                "https:\/\/*.ogame.gr\/game\/*",
                "https:\/\/*.hr.ogame.org\/game\/*",
                "https:\/\/*.ogame.com.hr\/game\/*",
                "https:\/\/*.ogame.hu\/game\/*",
                "https:\/\/*.ogame.it\/game\/*",
                "https:\/\/*.ogame.jp\/game\/*",
                "https:\/\/*.mx.ogame.org\/game\/*",
                "https:\/\/*.ogame.no\/game\/*",
                "https:\/\/*.ogame.nl\/game\/*",
                "https:\/\/*.ogame.org\/game\/*",
                "https:\/\/*.ogame.pl\/game\/*",
                "https:\/\/*.ogame.com.pt\/game\/*",
                "https:\/\/*.ogame.ro\/game\/*",
                "https:\/\/*.ogame.ru\/game\/*",
                "https:\/\/*.ogame.se\/game\/*",
                "https:\/\/*.ogame.si\/game\/*",
                "https:\/\/*.ogame.sk\/game\/*",
                "https:\/\/*.ogame.tw\/game\/*",
                "https:\/\/*.tr.ogame.org\/game\/*",
                "https:\/\/*.ogame.us\/game\/*",
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ],
            "js": [
                "js\/allypage.js",
                "js\/auctioneer.js",
                "js\/combat_reports.js",
                "js\/empire.js",
                "js\/fleet_movement.js",
                "js\/galaxyview.js",
                "js\/highscore.js",
                "js\/messages.js",
                "js\/planet_data.js",
                "js\/techtree.js",
                "js\/galaxystorage.js",
                "js\/general.js",
                "js\/galaxyoptions2.js",
                "js\/init.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "img\/galaxyplugin_16.png",
        "48": "img\/galaxyplugin_48.png",
        "64": "img\/galaxyplugin_64.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/galaxytoolbar.css",
                "img\/empty.png",
                "img\/green.png",
                "img\/green_small.png",
                "img\/menuicon.png",
                "img\/red_small.png",
                "img\/red.png",
                "img\/send_to_galaxytool_small.png",
                "img\/send_to_galaxytool.png",
                "img\/yellow_small.png",
                "img\/yellow.png",
                "js\/injectHandler.js",
                "js\/injectPhalanx.js",
                "js\/injectStyle.js"
            ],
            "matches": [
                "http:\/\/*.ogame.com.ar\/*",
                "http:\/\/*.ae.ogame.org\/*",
                "http:\/\/*.ba.ogame.com\/*",
                "http:\/\/*.ogame.com.br\/*",
                "http:\/\/*.ogame.cz\/*",
                "http:\/\/*.ogame.de\/*",
                "http:\/\/*.ogame.dk\/*",
                "http:\/\/*.ogame.com.es\/*",
                "http:\/\/*.fi.ogame.org\/*",
                "http:\/\/*.ogame.fr\/*",
                "http:\/\/*.ogame.gr\/*",
                "http:\/\/*.hr.ogame.org\/*",
                "http:\/\/*.ogame.com.hr\/*",
                "http:\/\/*.ogame.hu\/*",
                "http:\/\/*.ogame.it\/*",
                "http:\/\/*.ogame.jp\/*",
                "http:\/\/*.mx.ogame.org\/*",
                "http:\/\/*.ogame.no\/*",
                "http:\/\/*.ogame.nl\/*",
                "http:\/\/*.ogame.org\/*",
                "http:\/\/*.ogame.pl\/*",
                "http:\/\/*.ogame.com.pt\/*",
                "http:\/\/*.ogame.ro\/*",
                "http:\/\/*.ogame.ru\/*",
                "http:\/\/*.ogame.se\/*",
                "http:\/\/*.ogame.si\/*",
                "http:\/\/*.ogame.sk\/*",
                "http:\/\/*.ogame.tw\/*",
                "http:\/\/*.tr.ogame.org\/*",
                "http:\/\/*.ogame.us\/*",
                "http:\/\/*.ogame.gameforge.com\/*",
                "https:\/\/*.ogame.com.ar\/*",
                "https:\/\/*.ae.ogame.org\/*",
                "https:\/\/*.ba.ogame.com\/*",
                "https:\/\/*.ogame.com.br\/*",
                "https:\/\/*.ogame.cz\/*",
                "https:\/\/*.ogame.de\/*",
                "https:\/\/*.ogame.dk\/*",
                "https:\/\/*.ogame.com.es\/*",
                "https:\/\/*.fi.ogame.org\/*",
                "https:\/\/*.ogame.fr\/*",
                "https:\/\/*.ogame.gr\/*",
                "https:\/\/*.hr.ogame.org\/*",
                "https:\/\/*.ogame.com.hr\/*",
                "https:\/\/*.ogame.hu\/*",
                "https:\/\/*.ogame.it\/*",
                "https:\/\/*.ogame.jp\/*",
                "https:\/\/*.mx.ogame.org\/*",
                "https:\/\/*.ogame.no\/*",
                "https:\/\/*.ogame.nl\/*",
                "https:\/\/*.ogame.org\/*",
                "https:\/\/*.ogame.pl\/*",
                "https:\/\/*.ogame.com.pt\/*",
                "https:\/\/*.ogame.ro\/*",
                "https:\/\/*.ogame.ru\/*",
                "https:\/\/*.ogame.se\/*",
                "https:\/\/*.ogame.si\/*",
                "https:\/\/*.ogame.sk\/*",
                "https:\/\/*.ogame.tw\/*",
                "https:\/\/*.tr.ogame.org\/*",
                "https:\/\/*.ogame.us\/*",
                "https:\/\/*.ogame.gameforge.com\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self';object-src 'self';"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*.ogame.com.ar\/*",
        "http:\/\/*.ae.ogame.org\/*",
        "http:\/\/*.ba.ogame.com\/*",
        "http:\/\/*.ogame.com.br\/*",
        "http:\/\/*.ogame.cz\/*",
        "http:\/\/*.ogame.de\/*",
        "http:\/\/*.ogame.dk\/*",
        "http:\/\/*.ogame.com.es\/*",
        "http:\/\/*.fi.ogame.org\/*",
        "http:\/\/*.ogame.fr\/*",
        "http:\/\/*.ogame.gr\/*",
        "http:\/\/*.hr.ogame.org\/*",
        "http:\/\/*.ogame.com.hr\/*",
        "http:\/\/*.ogame.hu\/*",
        "http:\/\/*.ogame.it\/*",
        "http:\/\/*.ogame.jp\/*",
        "http:\/\/*.mx.ogame.org\/*",
        "http:\/\/*.ogame.no\/*",
        "http:\/\/*.ogame.nl\/*",
        "http:\/\/*.ogame.org\/*",
        "http:\/\/*.ogame.pl\/*",
        "http:\/\/*.ogame.com.pt\/*",
        "http:\/\/*.ogame.ro\/*",
        "http:\/\/*.ogame.ru\/*",
        "http:\/\/*.ogame.se\/*",
        "http:\/\/*.ogame.si\/*",
        "http:\/\/*.ogame.sk\/*",
        "http:\/\/*.ogame.tw\/*",
        "http:\/\/*.tr.ogame.org\/*",
        "http:\/\/*.ogame.us\/*",
        "http:\/\/*.ogame.gameforge.com\/*",
        "https:\/\/*.ogame.com.ar\/*",
        "https:\/\/*.ae.ogame.org\/*",
        "https:\/\/*.ba.ogame.com\/*",
        "https:\/\/*.ogame.com.br\/*",
        "https:\/\/*.ogame.cz\/*",
        "https:\/\/*.ogame.de\/*",
        "https:\/\/*.ogame.dk\/*",
        "https:\/\/*.ogame.com.es\/*",
        "https:\/\/*.fi.ogame.org\/*",
        "https:\/\/*.ogame.fr\/*",
        "https:\/\/*.ogame.gr\/*",
        "https:\/\/*.hr.ogame.org\/*",
        "https:\/\/*.ogame.com.hr\/*",
        "https:\/\/*.ogame.hu\/*",
        "https:\/\/*.ogame.it\/*",
        "https:\/\/*.ogame.jp\/*",
        "https:\/\/*.mx.ogame.org\/*",
        "https:\/\/*.ogame.no\/*",
        "https:\/\/*.ogame.nl\/*",
        "https:\/\/*.ogame.org\/*",
        "https:\/\/*.ogame.pl\/*",
        "https:\/\/*.ogame.com.pt\/*",
        "https:\/\/*.ogame.ro\/*",
        "https:\/\/*.ogame.ru\/*",
        "https:\/\/*.ogame.se\/*",
        "https:\/\/*.ogame.si\/*",
        "https:\/\/*.ogame.sk\/*",
        "https:\/\/*.ogame.tw\/*",
        "https:\/\/*.tr.ogame.org\/*",
        "https:\/\/*.ogame.us\/*",
        "https:\/\/*.ogame.gameforge.com\/*"
    ],
    "background": {
        "service_worker": "js\/eventPage.js"
    },
    "minimum_chrome_version": "88"
}