Same Picture of Dave Coulier

Same Picture of Dave Coulier

Inspired by this Tumblr: http://samepicofdavecoulier.tumblr.com/, prank friends by having Dave follow them everywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Same Picture of Dave Coulier",
  "description": "Inspired by this Tumblr: http://samepicofdavecoulier.tumblr.com/, prank friends by having Dave follow them everywhere.",
  "version": "1.0.1",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery.js",
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "*.jpg"
  ]
}