Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RareView - Free NFT Tool", "description": "Enhance OpeaSea experience", "version": "1.1.1", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.opensea.io\/*", "https:\/\/opensea.io\/*" ], "js": [ "\/assets\/index.js" ], "css": [ "\/assets\/index.css" ], "run_at": "document_end" } ], "action": { "default_title": "RareView - Free NFT Tool", "default_popup": "index.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } }