Trump-To-Babbling-Idiot

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

Vad är Trump-To-Babbling-Idiot?

Trump-To-Babbling-Idiot är en Chrome-tillägg utvecklad av Ryan Ristine, och dess huvudfunktion är "Replaces any mention of our president with 'Babbling Idiot'.".

Tilläggsskärmbilder

screenshot

Ladda ner Trump-To-Babbling-Idiot-förlängningens CRX-fil

Ladda ner Trump-To-Babbling-Idiot-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

                        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                    

Grundläggande Information om Tillägg

Namn Trump-To-Babbling-Idiot Trump-To-Babbling-Idiot
ID hheclhiapblfldlcbfpcpocidogaplcn
Officiell webbadress https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn
Beskrivning Replaces any mention of our president with 'Babbling Idiot'.
Filstorlek 780 KB
Antal Installationer 48
Aktuell Version 1.1.2
Senast Uppdaterad 2017-01-21
Publiceringsdatum 2017-01-21
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare Ryan Ristine
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.ryanristine.com
Stödda Språk 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"
}