Judah the Extensionator
Replaces the text 'West Bank' with the historically correct Judea and Samaria.
Was ist Judah the Extensionator?
Judah the Extensionator ist eine Chrome-Erweiterung, die von macroneus entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'West Bank' with the historically correct Judea and Samaria.".
Judah the Extensionator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Judah the Extensionator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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'.
Grundlegende Informationen zur Erweiterung
Name | |
ID | figinbjpbliamgienlljdpjhpjfiadfo |
Offizielle URL | https://chrome.google.com/webstore/detail/judah-the-extensionator/figinbjpbliamgienlljdpjhpjfiadfo |
Beschreibung | Replaces the text 'West Bank' with the historically correct Judea and Samaria. |
Dateigröße | 3.44 KB |
Installationsanzahl | 12 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2014-08-28 |
Veröffentlichungsdatum | 2014-08-28 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | macroneus |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |