Judah the Extensionator

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

Qu'est-ce que Judah the Extensionator ?

Judah the Extensionator est une extension Chrome développée par macroneus, et sa fonction principale est "Replaces the text 'West Bank' with the historically correct Judea and Samaria.".

Télécharger le fichier CRX de l'extension Judah the Extensionator

Téléchargez les fichiers d'extension Judah the Extensionator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Judah the Extensionator Judah the Extensionator
ID figinbjpbliamgienlljdpjhpjfiadfo
URL Officiel https://chrome.google.com/webstore/detail/judah-the-extensionator/figinbjpbliamgienlljdpjhpjfiadfo
Description Replaces the text 'West Bank' with the historically correct Judea and Samaria.
Taille du Fichier 3.44 KB
Nombre d'Installations 12
Version Actuelle 1.3.1
Dernière Mise à Jour 2014-08-28
Date de Publication 2014-08-28
Évaluation 5.00/5 Total 3 Évaluations
Développeur macroneus
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}