Douche and Turd

Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.

Douche and Turd क्या है?

Douche and Turd Matthew Hynes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

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

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

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

                        This extension replaces the 2016 Presidential candidate's names with something more fitting. That's about it.

(No copyright infringement intended - all images property of Comedy Central. I have no idea if this disclaimer is sufficient to cover my ass, but it seems like something I should put here.)                    

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

नाम Douche and Turd Douche and Turd
ID lbldenckphkphkiglelkdmioihlfghle
आधिकारिक URL https://chromewebstore.google.com/detail/douche-and-turd/lbldenckphkphkiglelkdmioihlfghle
विवरण Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.
फ़ाइल का आकार 32.48 KB
स्थापना संख्या 34
वर्तमान संस्करण 1.2
अंतिम अपडेट 2016-09-28
प्रकाशन तिथि 2016-09-28
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर Matthew Hynes
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Douche and Turd",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "description": "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}