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란 무엇입니까?

Earth2 Enhance은(는) https://extensionsworld.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…"입니다.

확장 프로그램 스크린샷

screenshot

Earth2 Enhance 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Earth2 Enhance Earth2 Enhance
ID heddplgeoodepomjkjhabdnoagihhdjj
공식 URL https://chromewebstore.google.com/detail/earth2-enhance/heddplgeoodepomjkjhabdnoagihhdjj
설명 Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…
파일 크기 414 KB
설치 횟수 246
현재 버전 0.2.4
최근 업데이트 2021-09-19
출시 날짜 2021-01-17
평점 4.95/5 총 21 개의 평점
개발자 https://extensionsworld.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://extensionsworld.com/earth2enhance
도움말 페이지 URL https://extensionsworld.com/contact
개인정보 보호 정책 페이지 URL https://extensionsworld.com/legal
지원되는 언어 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"
    }
}