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 |
Eメール | [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" } } |