Better PathOfExile Trading
A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing…
什么是Better PathOfExile Trading?
Better PathOfExile Trading是由Exile Center开发的Chrome扩展程序,该扩展的主要功能是“A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing…”。
扩展截图
下载Better PathOfExile Trading扩展crx文件
下载Better PathOfExile Trading扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing calculator (powered by poe.ninja) - Searched mods highlighting - Trade search history - Tab title live search indicator - Tab titles based on current trade
扩展基本信息
名称 | Better PathOfExile Trading |
ID | fhlinfpmdlijegjlpgedcmglkakaghnk |
官方URL | https://chromewebstore.google.com/detail/better-pathofexile-tradin/fhlinfpmdlijegjlpgedcmglkakaghnk |
简介 | A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing… |
文件大小 | 1.07 MB |
安装次数 | 145,914 |
当前版本 | 1.7.2 |
更新时间 | 2023-09-19 |
上架时间 | 2020-06-15 |
评分 | 4.47/5 共103次评分 |
开发者 | Exile Center |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/exile-center/better-trading |
帮助页面URL | https://github.com/exile-center/better-trading/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.7.2", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/www.pathofexile.com\/trade*" ], "js": [ "assets\/vendor.js", "assets\/better-trading.js" ], "css": [ "assets\/vendor.css", "assets\/better-trading.css" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/poe.ninja\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/images\/*" ], "matches": [ "*:\/\/www.pathofexile.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "name": "Better PathOfExile Trading", "description": "" } |