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.
扩展基本信息
名称 | 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" } } |