Tired of the world

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

Hvad er Tired of the world?

Tired of the world er en Chrome-udvidelse udviklet af Russ Smith, og dens hovedfunktion er "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.".

Download Tired of the world-udvidelses-CRX-fil

Download Tired of the world-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Tired of the world Tired of the world
ID njnocmjcklnbdnaclfcjedagagammdip
Officiel URL https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip
Beskrivelse Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
Filstørrelse 3.64 KB
Antal Installationer 10
Nuværende Version 0.1
Senest Opdateret 2015-12-07
Udgivelsesdato 2015-12-07
Bedømmelse 4.50/5 Samlet 2 Bedømmelser
Udvikler Russ Smith
Betalingsmetode free
Hjælpeside-URL https://twitter.com/russ_sm
Understøttede Sprog 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"
        }
    ]
}