Judah the Extensionator

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

What is Judah the Extensionator?

Judah the Extensionator is a Chrome extension developed by macroneus, and its main feature is "Replaces the text 'West Bank' with the historically correct Judea and Samaria.".

Download Judah the Extensionator Extension CRX File

Download Judah the Extensionator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Claims that “Judea and Samaria” is simply the biblical name for the West Bank stands history on its head. The Hebrew-origin terms “Judea” and “Samaria” were used through 1950, when invading [Trans]Jordan renamed them the “West Bank” in order to disassociate these areas of the Jewish homeland from Jews. The UN’s own 1947 partition resolution referred not to “West Bank,” but to “the hill country of Samaria and Judea.” This extension replaces the text 'West Bank' with the historically accurate 'Judea and Samaria'.                    

Extension Basic Information

Name Judah the Extensionator Judah the Extensionator
ID figinbjpbliamgienlljdpjhpjfiadfo
Official URL https://chrome.google.com/webstore/detail/judah-the-extensionator/figinbjpbliamgienlljdpjhpjfiadfo
Description Replaces the text 'West Bank' with the historically correct Judea and Samaria.
File Size 3.44 KB
Installation Count 12
Current Version 1.3.1
Last Updated 2014-08-28
Publish Date 2014-08-28
Rating 5.00/5 Total 3 Ratings
Developer macroneus
Payment Type free
Supported Languages en
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"
        }
    ]
}