CryptoValue

CryptoValue

A Chrome extension that displays the value of cryptocurrencies in stablecoins directly in your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "CryptoValue",
  "version": "1.0.0",
  "description": "A Chrome extension that displays the value of cryptocurrencies in stablecoins directly in your browser.",
  "manifest_version": 3,
  "author": "0xYJ",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "host_permissions": [
    "https://api.nobitex.ir/*"
  ],
  "action": {
    "default_icon": "icon.png",
    "default_popup": "index.html",
    "default_title": "A Chrome extension that displays the value of cryptocurrencies in stablecoins directly in your browser."
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}