Ogame Fast expeditions

A faster way to send expeditions!

Ogame Fast expeditions là gì?

Ogame Fast expeditions là một tiện ích mở rộng Chrome được phát triển bởi joshepMad, và tính năng chính của nó là "A faster way to send expeditions!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ogame Fast expeditions

Tải xuống các tệp mở rộng Ogame Fast expeditions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ogame Fast expeditions Ogame Fast expeditions
ID nmfnikkmipenjmdmlonjahcobmacaoef
URL Chính Thức https://chromewebstore.google.com/detail/ogame-fast-expeditions/nmfnikkmipenjmdmlonjahcobmacaoef
Mô tả A faster way to send expeditions!
Kích Thước Tệp 60.26 KB
Số Lần Cài Đặt 5,213
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2023-02-04
Ngày Phát Hành 2021-04-03
Đánh Giá 3.91/5 Tổng số 32 Đánh Giá
Nhà Phát Triển joshepMad
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}