freshdrops
Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…
What is freshdrops?
freshdrops is a Chrome extension developed by freshdrops, and its main feature is "Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show…".
Extension Screenshots
Download freshdrops Extension CRX File
Download freshdrops extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | freshdrops |
ID | ihhpfeiebambghiicmacdaidmmknoiko |
Official URL | https://chromewebstore.google.com/detail/freshdrops/ihhpfeiebambghiicmacdaidmmknoiko |
Description | Improve your OpenSea browsing experience with freshdrops extension. Freshdrops extension will give you rarity rankings and show… |
File Size | 7.68 MB |
Installation Count | 686 |
Current Version | 0.7 |
Last Updated | 2023-06-16 |
Publish Date | 2021-10-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | freshdrops |
[email protected] | |
Payment Type | free |
Extension Website | https://freshdrops.io |
Help Page URL | https://freshdrops.io |
Privacy Policy Page URL | https://freshdrops.io/terms-privacy |
Supported Languages | 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" ] } |