Tired of the world

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

What is Tired of the world?

Tired of the world is a Chrome extension developed by Russ Smith, and its main feature is "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.".

Download Tired of the world Extension CRX File

Download Tired of the world extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tired of the world Tired of the world
ID njnocmjcklnbdnaclfcjedagagammdip
Official URL https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip
Description Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
File Size 3.64 KB
Installation Count 10
Current Version 0.1
Last Updated 2015-12-07
Publish Date 2015-12-07
Rating 4.50/5 Total 2 Ratings
Developer Russ Smith
Payment Type free
Help Page URL https://twitter.com/russ_sm
Supported Languages 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"
        }
    ]
}