Ignore Black Friday

Ignore Black Friday

Replace all mention of Black Friday with Poop Emoji

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ignore Black Friday",
  "description": "Replace all mention of Black Friday with Poop Emoji",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}