Judah the Extensionator
Replaces the text 'West Bank' with the historically correct Judea and Samaria.
Что такое Judah the Extensionator?
Judah the Extensionator - это расширение Chrome, разработанное macroneus, и его основная функция - "Replaces the text 'West Bank' with the historically correct Judea and Samaria.".
Скачать файл CRX расширения Judah the Extensionator
Скачайте файлы расширений Judah the Extensionator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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'.
Основная информация о расширении
Название | |
ID | figinbjpbliamgienlljdpjhpjfiadfo |
Официальный URL | https://chrome.google.com/webstore/detail/judah-the-extensionator/figinbjpbliamgienlljdpjhpjfiadfo |
Описание | Replaces the text 'West Bank' with the historically correct Judea and Samaria. |
Размер файла | 3.44 KB |
Количество установок | 12 |
Текущая Версия | 1.3.1 |
Последнее Обновление | 2014-08-28 |
Дата публикации | 2014-08-28 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | macroneus |
Тип оплаты | free |
Поддерживаемые языки | 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" } ] } |