freshdrops
Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…
什么是freshdrops?
freshdrops是由freshdrops开发的Chrome扩展程序,该扩展的主要功能是“Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…”。
扩展截图
下载freshdrops扩展crx文件
下载freshdrops扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show revealed NFTs faster. Newly added feature includes checking other exchanges for lower prices 👀 WAGMI!
扩展基本信息
名称 | freshdrops |
ID | ihhpfeiebambghiicmacdaidmmknoiko |
官方URL | https://chromewebstore.google.com/detail/freshdrops/ihhpfeiebambghiicmacdaidmmknoiko |
简介 | Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show… |
文件大小 | 7.68 MB |
安装次数 | 686 |
当前版本 | 0.7 |
更新时间 | 2023-06-16 |
上架时间 | 2021-10-20 |
评分 | 5.00/5 共3次评分 |
开发者 | freshdrops |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://freshdrops.io |
帮助页面URL | https://freshdrops.io |
隐私政策页面URL | https://freshdrops.io/terms-privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "freshdrops", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "0.7", "permissions": [ "storage" ], "browser_action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "js": [ "content.js" ], "css": [ "app.css", "mod.css" ], "run_at": "document_start" }, { "matches": [ "https:\/\/freshdrops.io\/*" ], "js": [ "auth.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "freshdrops-logo-beta.svg", "freshdrops-logo-beta-hi-pink.svg", "freshdrops-logo-beta-hi-black.svg", "freshdrops.js", "icon16.png", "ping.mp3", "fdplus16.png" ] } |