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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
        }
    ]
}