Deplorable Extension

Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.

Deplorable Extension क्या है?

Deplorable Extension deplorable द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'."।

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

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

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

                        Changes occurrences of 'Trump' or 'Donald Trump' to 'GOD EMPEROR TRUMP' and occurrences of 'Hillary' or 'Hillary Clinton' to 'Crooked Hillary'.                    

एक्सटेंशन की मूल जानकारी

नाम Deplorable Extension Deplorable Extension
ID ompbljdfaklkcdhgfclcjhgnmmooelcn
आधिकारिक URL https://chrome.google.com/webstore/detail/deplorable-extension/ompbljdfaklkcdhgfclcjhgnmmooelcn
विवरण Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.
फ़ाइल का आकार 14.83 KB
स्थापना संख्या 18
वर्तमान संस्करण 6.16
अंतिम अपडेट 2016-09-25
प्रकाशन तिथि 2016-09-25
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर deplorable
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "deplorable.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.",
    "icons": {
        "16": "mlg16.jpg",
        "32": "mlg32.jpg",
        "48": "mlg48.jpg",
        "128": "mlg128.jpg"
    },
    "name": "Deplorable Extension",
    "short_name": "Deplorable",
    "version": "6.16"
}