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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |