Ford to Butt

Ford to Butt

Replaces 'Ford' with 'butt' to create hilarious make/model combinations. Comedy lovers & Ford haters will love this extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ford to Butt",
  "description": "Replaces 'Ford' with 'butt' to create hilarious make/model combinations. Comedy lovers & Ford haters will love this extension.",
  "version": "0.1",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}