Ogame Fast expeditions

A faster way to send expeditions!

Apa itu Ogame Fast expeditions?

Ogame Fast expeditions adalah ekstensi Chrome yang dikembangkan oleh joshepMad, dan fitur utamanya adalah "A faster way to send expeditions!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ogame Fast expeditions

Unduh file ekstensi Ogame Fast expeditions 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

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

Informasi Dasar Ekstensi

Nama Ogame Fast expeditions Ogame Fast expeditions
ID nmfnikkmipenjmdmlonjahcobmacaoef
URL Resmi https://chromewebstore.google.com/detail/ogame-fast-expeditions/nmfnikkmipenjmdmlonjahcobmacaoef
Deskripsi A faster way to send expeditions!
Ukuran File 60.26 KB
Jumlah Instalasi 5,213
Versi Saat Ini 1.6
Terakhir Diperbarui 2023-02-04
Tanggal Publikasi 2021-04-03
Penilaian 3.91/5 Total 32 Penilaian
Pengembang joshepMad
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}