Judah the Extensionator

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

Judah the Extensionator क्या है?

Judah the Extensionator macroneus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'West Bank' with the historically correct Judea and Samaria."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Judah the Extensionator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}