OGame Resources Extension

Resource distribution is the key

Apa itu OGame Resources Extension?

OGame Resources Extension adalah ekstensi Chrome yang dikembangkan oleh ITP, dan fitur utamanya adalah "Resource distribution is the key".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi OGame Resources Extension

Unduh file ekstensi OGame Resources Extension 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

                        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                    

Informasi Dasar Ekstensi

Nama OGame Resources Extension OGame Resources Extension
ID dinnmkijapcbjfflfncafmfhajnggenb
URL Resmi https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb
Deskripsi Resource distribution is the key
Ukuran File 69.79 KB
Jumlah Instalasi 2,763
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-10-10
Tanggal Publikasi 2016-10-10
Penilaian 3.92/5 Total 74 Penilaian
Pengembang ITP
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://ogext.com
URL Halaman Bantuan http://ogext.com
URL Halaman Kebijakan Privasi https://freethetree.co.uk/privacy-policy
Bahasa yang Didukung 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": [
        "*"
    ]
}