Judah the Extensionator
Replaces the text 'West Bank' with the historically correct Judea and Samaria.
什么是Judah the Extensionator?
Judah the Extensionator是由macroneus开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'West Bank' with the historically correct Judea and Samaria.”。
下载Judah the Extensionator扩展crx文件
下载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" } ] } |