my-nft-tracker
upgrade veve via my-nft-tracker
What is my-nft-tracker?
my-nft-tracker is a Chrome extension developed by my.nft.tracker, and its main feature is "upgrade veve via my-nft-tracker".
Extension Screenshots
Download my-nft-tracker Extension CRX File
Download my-nft-tracker 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
Enhance your VeVe browsing experience with market data from my-nft-tracker.com. Gain insights in price developments via chart and trends.
Extension Basic Information
Name | my-nft-tracker |
ID | adgphilfpjocokablkeeokhoahaalfjh |
Official URL | https://chromewebstore.google.com/detail/my-nft-tracker/adgphilfpjocokablkeeokhoahaalfjh |
Description | upgrade veve via my-nft-tracker |
File Size | 35.98 KB |
Installation Count | 52 |
Current Version | 1.0.1 |
Last Updated | 2022-12-06 |
Publish Date | 2022-12-05 |
Developer | my.nft.tracker |
[email protected] | |
Payment Type | free |
Extension Website | https://my-nft-tracker.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "my-nft-tracker", "version": "1.0.1", "description": "upgrade veve via my-nft-tracker", "manifest_version": 3, "author": "BigThree", "permissions": [ "scripting", "tabs" ], "host_permissions": [ "https:\/\/app.veve.me\/*", "https:\/\/my-nft-tracker-backend.azurewebsites.net\/" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/app.veve.me\/*" ], "css": [ "styles.css", "frappe-charts.css" ], "js": [ "frappe-charts.js", "commons.js" ] } ] } |