Ogame Fleet Counter

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

什么是Ogame Fleet Counter?

Ogame Fleet Counter是由joshepMad开发的Chrome扩展程序,该扩展的主要功能是“No more asking your friends to spy and tell you your fleet points!”。

扩展截图

screenshot
screenshot

下载Ogame Fleet Counter扩展crx文件

下载Ogame Fleet Counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Ogame Fleet Counter Ogame Fleet Counter
ID dfkfmopjlbomagboeikibfocijcflbei
官方URL https://chromewebstore.google.com/detail/ogame-fleet-counter/dfkfmopjlbomagboeikibfocijcflbei
简介 No more asking your friends to spy and tell you your fleet points!
文件大小 36.27 KB
安装次数 1,315
当前版本 4.6
更新时间 2022-12-11
上架时间 2020-04-28
评分 5.00/5 共2次评分
开发者 joshepMad
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303
支持的语言 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:\/\/*\/*"
            ]
        }
    ]
}