OGame Resources Extension

Resource distribution is the key

OGame Resources Extensionとは何ですか?

OGame Resources ExtensionはITPによって開発されたChromeの拡張機能で、その主な機能は「Resource distribution is the key」です。

拡張機能のスクリーンショット

screenshot

OGame Resources Extension拡張機能のCRXファイルをダウンロード

OGame Resources Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension sum resources on all our planets and show this in additional table in resources section.
All you need to do is visit each planet at least once or use new action 'refresh'.

A bug, translation, suggestion new features or extensions,
contact OGEXT Team on http://ogext.com                    

拡張機能の基本情報

名前 OGame Resources Extension OGame Resources Extension
ID dinnmkijapcbjfflfncafmfhajnggenb
公式URL https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb
説明 Resource distribution is the key
ファイルサイズ 69.79 KB
インストール数 2,763
現在のバージョン 1.0.1
最終更新日 2016-10-10
公開日 2016-10-10
評価 3.92/5 合計 74 レビュー
開発者 ITP
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://ogext.com
ヘルプページのURL http://ogext.com
プライバシーポリシーページのURL https://freethetree.co.uk/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "ogext.css"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "ogext.js"
            ],
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ]
        }
    ],
    "description": "Resource distribution is the key",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "OGame Resources Extension",
    "permissions": [],
    "version": "1.0.1",
    "web_accessible_resources": [
        "*"
    ]
}