Judah the Extensionator

Judah the Extensionator

Replaces the text 'West Bank' with the historically correct Judea and Samaria.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Judah the Extensionator",
  "version": "1.3.1",
  "description": "Replaces the text 'West Bank' with the historically correct Judea and Samaria.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}