[Cryptocurrency to Pirate-currency]

[Cryptocurrency to Pirate-currency]

[changes crypto currency terms to pirate-y things]

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "[Cryptocurrency to Pirate-currency]",
  "description": "[changes crypto currency terms to pirate-y things]",
  "version": "1.9",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}