Ebola 2 Bieber

Ebola 2 Bieber

Replaces "Ebola" with "Justin Bieber." Stay Calm and be a Belieber!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Replaces \"Ebola\" with \"Justin Bieber.\" Stay Calm and be a Belieber!",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "Ebola 2 Bieber",
  "version": "1.0"
}