OGame Resources Extension

Resource distribution is the key

OGame Resources Extension là gì?

OGame Resources Extension là một tiện ích mở rộng Chrome được phát triển bởi ITP, và tính năng chính của nó là "Resource distribution is the key".

Ả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 Resources Extension

Tải xuống các tệp mở rộng OGame Resources Extension 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

                        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                    

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

Tên OGame Resources Extension OGame Resources Extension
ID dinnmkijapcbjfflfncafmfhajnggenb
URL Chính Thức https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb
Mô tả Resource distribution is the key
Kích Thước Tệp 69.79 KB
Số Lần Cài Đặt 2,763
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-10-10
Ngày Phát Hành 2016-10-10
Đánh Giá 3.92/5 Tổng số 74 Đánh Giá
Nhà Phát Triển ITP
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://ogext.com
URL Trang Trợ Giúp http://ogext.com
URL Trang Chính Sách Bảo Mật https://freethetree.co.uk/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*"
    ]
}