Trump-To-Babbling-Idiot

Replaces any mention of our president with 'Babbling Idiot'.

Was ist Trump-To-Babbling-Idiot?

Trump-To-Babbling-Idiot ist eine Chrome-Erweiterung, die von Ryan Ristine entwickelt wurde, und ihr Hauptmerkmal ist "Replaces any mention of our president with 'Babbling Idiot'.".

Erweiterungsscreenshots

screenshot

Trump-To-Babbling-Idiot-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trump-To-Babbling-Idiot-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

                        This Extension replaces any mention of Donald Trump and replaces it with "Babbling Idiot"

THIS IS HEAVILY HEAVILY HEAVILY based on "Cloud-to-Butt" 

please support the developer of Cloud-to-butt https://github.com/panicsteve/cloud-to-butt                    

Grundlegende Informationen zur Erweiterung

Name Trump-To-Babbling-Idiot Trump-To-Babbling-Idiot
ID hheclhiapblfldlcbfpcpocidogaplcn
Offizielle URL https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn
Beschreibung Replaces any mention of our president with 'Babbling Idiot'.
Dateigröße 780 KB
Installationsanzahl 48
Aktuelle Version 1.1.2
Letztes Update 2017-01-21
Veröffentlichungsdatum 2017-01-21
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler Ryan Ristine
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.ryanristine.com
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "48": "\/Images\/logo.png"
    },
    "description": "Replaces any mention of our president with 'Babbling Idiot'.",
    "name": "Trump-To-Babbling-Idiot",
    "version": "1.1.2"
}