nMeme

nMeme

Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.

Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "jquery-1.8.0.min.js",
        "background.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Replaces all images on all pages to Memes. This is a fork of ngabe that uses images of memes instead of Gabe Newell.",
  "manifest_version": 2,
  "name": "nMeme",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}