Ducks to 🦆 emoji

Ducks to 🦆 emoji

Change all ducks and ducklings on the internet to 🦆 and 🐣

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ducks to 🦆 emoji",
  "description": "Change all ducks and ducklings on the internet to 🦆 and 🐣",
  "version": "1.0",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "script.js"
      ],
      "run_at": "document_end"
    }
  ]
}