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'.                    

擴展基本資訊

名稱 Judah the Extensionator Judah the Extensionator
ID figinbjpbliamgienlljdpjhpjfiadfo
官方網址 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"
        }
    ]
}