Donald trumps Hitler

Donald trumps Hitler

Replaces the word "Muslim" with "Jew"

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Donald trumps Hitler",
  "description": "Replaces the word \"Muslim\" with \"Jew\"",
  "version": "1.0",
  "icons": {
    "16": "trump_logo16.png",
    "19": "trump_logo19.png",
    "38": "trump_logo38.png",
    "48": "trump_logo48.png",
    "128": "trump_logo128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "trump_logo16.png",
      "19": "trump_logo19.png",
      "38": "trump_logo38.png",
      "48": "trump_logo48.png",
      "128": "trump_logo128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "trump.js"
      ],
      "run_at": "document_end"
    }
  ]
}