Trump to Festering Anus

Replaces the text 'Donald Trump' with 'Festering Anus'.

Trump to Festering Anus क्या है?

Trump to Festering Anus Drunken Sasquatch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'Donald Trump' with 'Festering Anus'."।

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

screenshot

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

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

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

                        Do you think that Donald Trump is a mixture of Biff Tannen and a halloween pumpkin in december? Maybe you're just sick of seeing facebook posts from that borderline sociopath you know from high school that you can't bring yourself to unfriend. Maybe you resent the fact that Donald Trump wants to "slow Cosby" America. 

Does watching around-the-clock CNN coverage of Donald Trump make you feel like David Carradine being slowly strangled by the noose of cheap journalism?
 
Regardless (or irregardless as a Trump supporter might say), you should just install this extension.                    

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

नाम Trump to Festering Anus Trump to Festering Anus
ID bcgcnhpijehppimfgpodckmnlnlhmeje
आधिकारिक URL https://chrome.google.com/webstore/detail/trump-to-festering-anus/bcgcnhpijehppimfgpodckmnlnlhmeje
विवरण Replaces the text 'Donald Trump' with 'Festering Anus'.
फ़ाइल का आकार 26.98 KB
स्थापना संख्या 155
वर्तमान संस्करण 1.5
अंतिम अपडेट 2015-12-28
प्रकाशन तिथि 2015-12-28
रेटिंग 4.76/5 कुल 21 रेटिंग्स
डेवलपर Drunken Sasquatch
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Festering Anus",
    "short_name": "T2A",
    "version": "1.5",
    "icons": {
        "128": "trump-head.png"
    },
    "description": "Replaces the text 'Donald Trump' with 'Festering Anus'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}