Judah the Extensionator

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

¿Qué es Judah the Extensionator?

Judah the Extensionator es una extensión de Chrome desarrollada por macroneus, y su función principal es "Replaces the text 'West Bank' with the historically correct Judea and Samaria.".

Descargar Archivo CRX de la Extensión Judah the Extensionator

Descarga archivos de extensión Judah the Extensionator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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'.                    

Información Básica de la Extensión

Nombre Judah the Extensionator Judah the Extensionator
ID figinbjpbliamgienlljdpjhpjfiadfo
URL Oficial https://chrome.google.com/webstore/detail/judah-the-extensionator/figinbjpbliamgienlljdpjhpjfiadfo
Descripción Replaces the text 'West Bank' with the historically correct Judea and Samaria.
Tamaño del Archivo 3.44 KB
Cantidad de Instalaciones 12
Versión Actual 1.3.1
Última Actualización 2014-08-28
Fecha de Publicación 2014-08-28
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador macroneus
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}