Judah the Extensionator

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

Wat is Judah the Extensionator?

Judah the Extensionator is een Chrome-extensie ontwikkeld door macroneus, en de belangrijkste functie is "Replaces the text 'West Bank' with the historically correct Judea and Samaria.".

Download het CRX-bestand van de extensie Judah the Extensionator

Download Judah the Extensionator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Judah the Extensionator Judah the Extensionator
ID figinbjpbliamgienlljdpjhpjfiadfo
Officiële URL https://chrome.google.com/webstore/detail/judah-the-extensionator/figinbjpbliamgienlljdpjhpjfiadfo
Beschrijving Replaces the text 'West Bank' with the historically correct Judea and Samaria.
Bestandsgrootte 3.44 KB
Aantal Installaties 12
Huidige Versie 1.3.1
Laatst Bijgewerkt 2014-08-28
Publicatiedatum 2014-08-28
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar macroneus
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}