Judah the Extensionator

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

Vad är Judah the Extensionator?

Judah the Extensionator är en Chrome-tillägg utvecklad av macroneus, och dess huvudfunktion är "Replaces the text 'West Bank' with the historically correct Judea and Samaria.".

Ladda ner Judah the Extensionator-förlängningens CRX-fil

Ladda ner Judah the Extensionator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Judah the Extensionator Judah the Extensionator
ID figinbjpbliamgienlljdpjhpjfiadfo
Officiell webbadress https://chrome.google.com/webstore/detail/judah-the-extensionator/figinbjpbliamgienlljdpjhpjfiadfo
Beskrivning Replaces the text 'West Bank' with the historically correct Judea and Samaria.
Filstorlek 3.44 KB
Antal Installationer 12
Aktuell Version 1.3.1
Senast Uppdaterad 2014-08-28
Publiceringsdatum 2014-08-28
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare macroneus
Betalningssätt free
Stödda Språk 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"
        }
    ]
}