Tired of the world

Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.

Tired of the world क्या है?

Tired of the world Russ Smith द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else."।

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

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

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

                        I made this in 5 minutes after reading something on the internet. Might update it. Might not. Depends on how many beers I have. Have questions? Don't ask them on Twitter @russ_sm.                    

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

नाम Tired of the world Tired of the world
ID njnocmjcklnbdnaclfcjedagagammdip
आधिकारिक URL https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip
विवरण Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
फ़ाइल का आकार 3.64 KB
स्थापना संख्या 10
वर्तमान संस्करण 0.1
अंतिम अपडेट 2015-12-07
प्रकाशन तिथि 2015-12-07
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Russ Smith
भुगतान के प्रकार free
सहायता पृष्ठ URL https://twitter.com/russ_sm
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tired of the world",
    "description": "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}