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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'.                    

확장 프로그램 기본 정보

이름 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"
        }
    ]
}