Judah the Extensionator

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

Hvad er Judah the Extensionator?

Judah the Extensionator er en Chrome-udvidelse udviklet af macroneus, og dens hovedfunktion er "Replaces the text 'West Bank' with the historically correct Judea and Samaria.".

Download Judah the Extensionator-udvidelses-CRX-fil

Download Judah the Extensionator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Judah the Extensionator Judah the Extensionator
ID figinbjpbliamgienlljdpjhpjfiadfo
Officiel URL https://chrome.google.com/webstore/detail/judah-the-extensionator/figinbjpbliamgienlljdpjhpjfiadfo
Beskrivelse Replaces the text 'West Bank' with the historically correct Judea and Samaria.
Filstørrelse 3.44 KB
Antal Installationer 12
Nuværende Version 1.3.1
Senest Opdateret 2014-08-28
Udgivelsesdato 2014-08-28
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler macroneus
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}