Galaxytoolbar Revived for Chrome

A Chrome AddOn for the OGame Galaxytool.

Galaxytoolbar Revived for Chrome란 무엇입니까?

Galaxytoolbar Revived for Chrome은(는) https://gamerangerz.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome AddOn for the OGame Galaxytool."입니다.

확장 프로그램 스크린샷

screenshot

Galaxytoolbar Revived for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Galaxytoolbar Revived for Chrome Galaxytoolbar Revived for Chrome
ID fpgfgephimamebidafbckomhpjclmpfp
공식 URL https://chromewebstore.google.com/detail/galaxytoolbar-revived-for/fpgfgephimamebidafbckomhpjclmpfp
설명 A Chrome AddOn for the OGame Galaxytool.
파일 크기 447 KB
설치 횟수 166
현재 버전 3.0.1
최근 업데이트 2022-02-15
출시 날짜 2022-02-11
개발자 https://gamerangerz.de
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}