Ogame Fast expeditions

A faster way to send expeditions!

Ogame Fast expeditions란 무엇입니까?

Ogame Fast expeditions은(는) joshepMad에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A faster way to send expeditions!"입니다.

확장 프로그램 스크린샷

screenshot

Ogame Fast expeditions 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allows ogame players to send expeditions faster with just one click from the fleet page!
Integrates well with Ogame infinity, UniverseView Extension
 and AntiGameReborn!                    

확장 프로그램 기본 정보

이름 Ogame Fast expeditions Ogame Fast expeditions
ID nmfnikkmipenjmdmlonjahcobmacaoef
공식 URL https://chromewebstore.google.com/detail/ogame-fast-expeditions/nmfnikkmipenjmdmlonjahcobmacaoef
설명 A faster way to send expeditions!
파일 크기 60.26 KB
설치 횟수 5,213
현재 버전 1.6
최근 업데이트 2023-02-04
출시 날짜 2021-04-03
평점 3.91/5 총 32 개의 평점
개발자 joshepMad
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ogame Fast expeditions",
    "short_name": "ofe",
    "description": "A faster way to send expeditions!",
    "version": "1.6",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=ingame&component=fleetdispatch*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/tel.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/lobby.ogame.gameforge.com\/",
                "https:\/\/lobby.ogame.gameforge.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/lobby.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injected.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}