Judah the Extensionator
Replaces the text 'West Bank' with the historically correct Judea and Samaria.
Cos'è Judah the Extensionator?
Judah the Extensionator è un'estensione di Chrome sviluppata da macroneus, e la sua funzione principale è "Replaces the text 'West Bank' with the historically correct Judea and Samaria.".
Scarica il file CRX dell'estensione Judah the Extensionator
Scarica i file di estensione Judah the Extensionator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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'.
Informazioni di Base sull'Estensione
Nome | |
ID | figinbjpbliamgienlljdpjhpjfiadfo |
URL Ufficiale | https://chrome.google.com/webstore/detail/judah-the-extensionator/figinbjpbliamgienlljdpjhpjfiadfo |
Descrizione | Replaces the text 'West Bank' with the historically correct Judea and Samaria. |
Dimensione del File | 3.44 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2014-08-28 |
Data di Pubblicazione | 2014-08-28 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | macroneus |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |