Tired of the world

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

Qu'est-ce que Tired of the world ?

Tired of the world est une extension Chrome développée par Russ Smith, et sa fonction principale est "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.".

Télécharger le fichier CRX de l'extension Tired of the world

Téléchargez les fichiers d'extension Tired of the world au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tired of the world Tired of the world
ID njnocmjcklnbdnaclfcjedagagammdip
URL Officiel 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.
Taille du Fichier 3.64 KB
Nombre d'Installations 10
Version Actuelle 0.1
Dernière Mise à Jour 2015-12-07
Date de Publication 2015-12-07
Évaluation 4.50/5 Total 2 Évaluations
Développeur Russ Smith
Type de Paiement free
URL de la Page d'Aide https://twitter.com/russ_sm
Langues Prises en Charge 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"
        }
    ]
}