Benedict Cumberbatch-inator

Benedict Cumberbatch-inator

Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Benedict Cumberbatch-inator",
  "manifest_version": 2,
  "version": "1.2.0",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "benedict.js"
      ],
      "run_at": "document_end"
    }
  ]
}