Judah the Extensionator

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

Co to jest Judah the Extensionator?

Judah the Extensionator to rozszerzenie Chrome opracowane przez macroneus, a jego główną funkcją jest „Replaces the text 'West Bank' with the historically correct Judea and Samaria.”.

Pobierz plik CRX rozszerzenia Judah the Extensionator

Pobierz pliki rozszerzeń Judah the Extensionator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Judah the Extensionator Judah the Extensionator
ID figinbjpbliamgienlljdpjhpjfiadfo
Oficjalny URL https://chrome.google.com/webstore/detail/judah-the-extensionator/figinbjpbliamgienlljdpjhpjfiadfo
Opis Replaces the text 'West Bank' with the historically correct Judea and Samaria.
Rozmiar pliku 3.44 KB
Liczba instalacji 12
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2014-08-28
Data Publikacji 2014-08-28
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper macroneus
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}