Judah the Extensionator

Replaces the text 'West Bank' with the historically correct Judea and Samaria.

Judah the Extensionator là gì?

Judah the Extensionator là một tiện ích mở rộng Chrome được phát triển bởi macroneus, và tính năng chính của nó là "Replaces the text 'West Bank' with the historically correct Judea and Samaria.".

Tải xuống tệp CRX của tiện ích mở rộng Judah the Extensionator

Tải xuống các tệp mở rộng Judah the Extensionator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Judah the Extensionator Judah the Extensionator
ID figinbjpbliamgienlljdpjhpjfiadfo
URL Chính Thức https://chrome.google.com/webstore/detail/judah-the-extensionator/figinbjpbliamgienlljdpjhpjfiadfo
Mô tả Replaces the text 'West Bank' with the historically correct Judea and Samaria.
Kích Thước Tệp 3.44 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2014-08-28
Ngày Phát Hành 2014-08-28
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển macroneus
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}