Judah the Extensionator

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

Co je Judah the Extensionator?

Judah the Extensionator je rozšíření Chrome vyvinuté macroneus, a jeho hlavní funkcí je „Replaces the text 'West Bank' with the historically correct Judea and Samaria.“.

Stáhnout soubor CRX rozšíření Judah the Extensionator

Stáhněte si soubory rozšíření Judah the Extensionator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Judah the Extensionator Judah the Extensionator
ID figinbjpbliamgienlljdpjhpjfiadfo
Oficiální URL https://chrome.google.com/webstore/detail/judah-the-extensionator/figinbjpbliamgienlljdpjhpjfiadfo
Popis Replaces the text 'West Bank' with the historically correct Judea and Samaria.
Velikost souboru 3.44 KB
Počet instalací 12
Aktuální Verze 1.3.1
Poslední Aktualizace 2014-08-28
Datum Vydání 2014-08-28
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář macroneus
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}