Tired of the world

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

Vad är Tired of the world?

Tired of the world är en Chrome-tillägg utvecklad av Russ Smith, och dess huvudfunktion är "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.".

Ladda ner Tired of the world-förlängningens CRX-fil

Ladda ner Tired of the world-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Tired of the world Tired of the world
ID njnocmjcklnbdnaclfcjedagagammdip
Officiell webbadress https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip
Beskrivning Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
Filstorlek 3.64 KB
Antal Installationer 10
Aktuell Version 0.1
Senast Uppdaterad 2015-12-07
Publiceringsdatum 2015-12-07
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare Russ Smith
Betalningssätt free
Hjälpsida URL https://twitter.com/russ_sm
Stödda Språk 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"
        }
    ]
}