Intifada

Intifada

Change every occurrence of the word 'Israel' to 'the criminal state of Israel'.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Intifada",
  "description": "Change every occurrence of the word 'Israel' to 'the criminal state of Israel'.",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}