[Bromeify]

[Bromeify]

[Changes all B's to the dank one]

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "[Bromeify]",
  "description": "[Changes all B's to the dank one]",
  "version": "5.8",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}