BlockChain is a database with more rules

BlockChain is a database with more rules

It's just a database with extra steps. De-jargonify your web experience when it comes to blockchain

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BlockChain is a database with more rules",
  "description": "It's just a database with extra steps. De-jargonify your web experience when it comes to blockchain",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}