Trump-To-Babbling-Idiot
Replaces any mention of our president with 'Babbling Idiot'.
Wat is Trump-To-Babbling-Idiot?
Trump-To-Babbling-Idiot is een Chrome-extensie ontwikkeld door Ryan Ristine, en de belangrijkste functie is "Replaces any mention of our president with 'Babbling Idiot'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trump-To-Babbling-Idiot
Download Trump-To-Babbling-Idiot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | hheclhiapblfldlcbfpcpocidogaplcn |
Officiële URL | https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn |
Beschrijving | Replaces any mention of our president with 'Babbling Idiot'. |
Bestandsgrootte | 780 KB |
Aantal Installaties | 48 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2017-01-21 |
Publicatiedatum | 2017-01-21 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Ryan Ristine |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.ryanristine.com |
Ondersteunde Talen | 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" } |