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
公式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"
        }
    ]
}