OpenSea Extended
OpenSea Extended is a extension for OpenSea who gives way more power to the user!
What is OpenSea Extended?
OpenSea Extended is a Chrome extension developed by https://opensea-extended.com, and its main feature is "OpenSea Extended is a extension for OpenSea who gives way more power to the user!".
Extension Screenshots
Download OpenSea Extended Extension CRX File
Download OpenSea Extended 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
By offering a powerful free extension to deal with OpenSea we allow everyone to have a shot to win on the NFT world. We don't give just and advantage, we offer a wide set of tools who will make you win if you're smart using it! Features: - Rarity and Rank - More information about NFTs - Quick buy Coming soon: - Notifications - Cache refresh - Meta refresh And much more for FREE Feature requests? Access our discord: https://bit.ly/3rujGA5
Extension Basic Information
Name | OpenSea Extended |
ID | ejojlbfkbdbdgfpackpkphpobgofmopd |
Official URL | https://chromewebstore.google.com/detail/opensea-extended/ejojlbfkbdbdgfpackpkphpobgofmopd |
Description | OpenSea Extended is a extension for OpenSea who gives way more power to the user! |
File Size | 215 KB |
Installation Count | 120 |
Current Version | 1.0.2 |
Last Updated | 2022-02-10 |
Publish Date | 2022-02-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://opensea-extended.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://opensea-extended.com |
Privacy Policy Page URL | https://impostonator.dkw.im/politica-de-privacidade.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OpenSea Extended", "description": "OpenSea Extended is a extension for OpenSea who gives way more power to the user!", "version": "1.0.2", "manifest_version": 3, "permissions": [ "storage", "cookies" ], "host_permissions": [ "*:\/\/*.opensea-extended.com\/*", "http:\/\/opensea-extended.com\/*", "https:\/\/opensea-extended.com\/*", "https:\/\/api.opensea-extended.com\/*", "http:\/\/api.opensea-extended.com\/*" ], "icons": { "512": "images\/logo-icon.png" }, "background": { "service_worker": "background\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/opensea-extended.com\/*", "https:\/\/opensea-extended.com\/*", "https:\/\/opensea-extended.com:3000\/*", "http:\/\/opensea-extended.com:3000\/*", "https:\/\/opensea.io\/*", "http:\/\/opensea.io\/*" ], "css": [ "content\/css\/bootstrap-iso.min.css", "content\/css\/ose.css" ], "js": [ "content\/contentScript.js" ] } ] } |