criptoprecio

criptoprecio

Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Learn about how the value changes and know…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "criptoprecio",
  "version": "17",
  "manifest_version": 2,
  "icons": {
    "128": "logo.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}