DOGE

DOGE

Replaces all images on all pages to DOGE. Ours is not to ask why.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Shibesoft",
  "content_scripts": [
    {
      "js": [
        "jquery-1.8.0.min.js",
        "background.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "description": "Replaces all images on all pages to DOGE. Ours is not to ask why.",
  "manifest_version": 2,
  "name": "DOGE",
  "version": "1.3"
}