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…”。
擴展截圖
下載Earth2 Enhance擴展crx文件
下載Earth2 Enhance擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | heddplgeoodepomjkjhabdnoagihhdjj |
| 官方網址 | 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"
}
} | |