Trump-To-Babbling-Idiot
Replaces any mention of our president with 'Babbling Idiot'.
Qu'est-ce que Trump-To-Babbling-Idiot ?
Trump-To-Babbling-Idiot est une extension Chrome développée par Ryan Ristine, et sa fonction principale est "Replaces any mention of our president with 'Babbling Idiot'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trump-To-Babbling-Idiot
Téléchargez les fichiers d'extension Trump-To-Babbling-Idiot 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
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
Informations de Base sur l'Extension
Nom | |
ID | hheclhiapblfldlcbfpcpocidogaplcn |
URL Officiel | https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn |
Description | Replaces any mention of our president with 'Babbling Idiot'. |
Taille du Fichier | 780 KB |
Nombre d'Installations | 48 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2017-01-21 |
Date de Publication | 2017-01-21 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | Ryan Ristine |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.ryanristine.com |
Langues Prises en Charge | 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" } |