Ogame Fleet Counter

No more asking your friends to spy and tell you your fleet points!

Ogame Fleet Counter là gì?

Ogame Fleet Counter 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à "No more asking your friends to spy and tell you your fleet points!".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Ogame Fleet Counter 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

                        This extension let's you see your fleet points on each planet or moon in Ogame.                    

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

Tên Ogame Fleet Counter Ogame Fleet Counter
ID dfkfmopjlbomagboeikibfocijcflbei
URL Chính Thức https://chromewebstore.google.com/detail/ogame-fleet-counter/dfkfmopjlbomagboeikibfocijcflbei
Mô tả No more asking your friends to spy and tell you your fleet points!
Kích Thước Tệp 36.27 KB
Số Lần Cài Đặt 1,315
Phiên Bản Hiện Tại 4.6
Cập Nhật Lần Cuối 2022-12-11
Ngày Phát Hành 2020-04-28
Đánh Giá 5.00/5 Tổng số 2 Đá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-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ogame Fleet Counter",
    "short_name": "OFC",
    "description": "No more asking your friends to spy and tell you your fleet points!",
    "version": "4.6",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=ingame&component=shipyard*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "skin\/style.css"
            ],
            "js": [
                "js\/fleet.js"
            ],
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=highscore*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/toInject.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}