Hotdog Hell

Hotdog Hell

this hotdog has taken my soul. please send help.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hotdog Hell",
  "version": "1.1",
  "description": "this hotdog has taken my soul. please send help.",
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "js": [
        "jquery.js",
        "replace.js"
      ]
    }
  ],
  "icons": {
    "128": "hotdog.png"
  }
}