Spray-tanned blobfish

Spray-tanned blobfish

This extension replaces Donald Trump with a random description that Jezebel has used to describe him

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Spray-tanned blobfish",
  "description": "This extension replaces Donald Trump with a random description that Jezebel has used to describe him",
  "version": "0.2",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}