Judah the Extensionator

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

Apa itu Judah the Extensionator?

Judah the Extensionator adalah ekstensi Chrome yang dikembangkan oleh macroneus, dan fitur utamanya adalah "Replaces the text 'West Bank' with the historically correct Judea and Samaria.".

Unduh Berkas CRX Ekstensi Judah the Extensionator

Unduh file ekstensi Judah the Extensionator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Judah the Extensionator Judah the Extensionator
ID figinbjpbliamgienlljdpjhpjfiadfo
URL Resmi https://chrome.google.com/webstore/detail/judah-the-extensionator/figinbjpbliamgienlljdpjhpjfiadfo
Deskripsi Replaces the text 'West Bank' with the historically correct Judea and Samaria.
Ukuran File 3.44 KB
Jumlah Instalasi 12
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2014-08-28
Tanggal Publikasi 2014-08-28
Penilaian 5.00/5 Total 3 Penilaian
Pengembang macroneus
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}