Trump to Festering Anus

Replaces the text 'Donald Trump' with 'Festering Anus'.

Was ist Trump to Festering Anus?

Trump to Festering Anus ist eine Chrome-Erweiterung, die von Drunken Sasquatch entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'Donald Trump' with 'Festering Anus'.".

Erweiterungsscreenshots

screenshot

Trump to Festering Anus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trump to Festering Anus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Do you think that Donald Trump is a mixture of Biff Tannen and a halloween pumpkin in december? Maybe you're just sick of seeing facebook posts from that borderline sociopath you know from high school that you can't bring yourself to unfriend. Maybe you resent the fact that Donald Trump wants to "slow Cosby" America. 

Does watching around-the-clock CNN coverage of Donald Trump make you feel like David Carradine being slowly strangled by the noose of cheap journalism?
 
Regardless (or irregardless as a Trump supporter might say), you should just install this extension.                    

Grundlegende Informationen zur Erweiterung

Name Trump to Festering Anus Trump to Festering Anus
ID bcgcnhpijehppimfgpodckmnlnlhmeje
Offizielle URL https://chrome.google.com/webstore/detail/trump-to-festering-anus/bcgcnhpijehppimfgpodckmnlnlhmeje
Beschreibung Replaces the text 'Donald Trump' with 'Festering Anus'.
Dateigröße 26.98 KB
Installationsanzahl 155
Aktuelle Version 1.5
Letztes Update 2015-12-28
Veröffentlichungsdatum 2015-12-28
Bewertung 4.76/5 Insgesamt 21 Bewertungen
Entwickler Drunken Sasquatch
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Festering Anus",
    "short_name": "T2A",
    "version": "1.5",
    "icons": {
        "128": "trump-head.png"
    },
    "description": "Replaces the text 'Donald Trump' with 'Festering Anus'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}