Earth2 Enhance

Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…

Earth2 Enhance là gì?

Earth2 Enhance là một tiện ích mở rộng Chrome được phát triển bởi https://extensionsworld.com, và tính năng chính của nó là "Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…".

Ả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 Earth2 Enhance

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

                        Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user.

This Extension is powered by the earth2.market API.                    

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

Tên Earth2 Enhance Earth2 Enhance
ID heddplgeoodepomjkjhabdnoagihhdjj
URL Chính Thức https://chromewebstore.google.com/detail/earth2-enhance/heddplgeoodepomjkjhabdnoagihhdjj
Mô tả Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…
Kích Thước Tệp 414 KB
Số Lần Cài Đặt 246
Phiên Bản Hiện Tại 0.2.4
Cập Nhật Lần Cuối 2021-09-19
Ngày Phát Hành 2021-01-17
Đánh Giá 4.95/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://extensionsworld.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://extensionsworld.com/earth2enhance
URL Trang Trợ Giúp https://extensionsworld.com/contact
URL Trang Chính Sách Bảo Mật https://extensionsworld.com/legal
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Earth2 Enhance",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.earth2.io\/*",
        "https:\/\/*.earth2.market\/*",
        "https:\/\/earth2.market\/*",
        "https:\/\/www.earth2stats.xyz\/*",
        "webRequest"
    ],
    "version": "0.2.4",
    "icons": {
        "64": "e2m.png"
    },
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.earth2.io\/*",
                "https:\/\/*.earth2.market\/*",
                "https:\/\/earth2.market\/*",
                "https:\/\/www.earth2stats.xyz\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/contentScripts.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "64": "e2m.png"
        },
        "default_title": "Earth2.io alternative market",
        "default_popup": "html\/index.html"
    }
}