Trump-To-Babbling-Idiot
Replaces any mention of our president with 'Babbling Idiot'.
Hvad er Trump-To-Babbling-Idiot?
Trump-To-Babbling-Idiot er en Chrome-udvidelse udviklet af Ryan Ristine, og dens hovedfunktion er "Replaces any mention of our president with 'Babbling Idiot'.".
Udvidelsesskærmbilleder
Download Trump-To-Babbling-Idiot-udvidelses-CRX-fil
Download Trump-To-Babbling-Idiot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | hheclhiapblfldlcbfpcpocidogaplcn |
Officiel URL | https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn |
Beskrivelse | Replaces any mention of our president with 'Babbling Idiot'. |
Filstørrelse | 780 KB |
Antal Installationer | 48 |
Nuværende Version | 1.1.2 |
Senest Opdateret | 2017-01-21 |
Udgivelsesdato | 2017-01-21 |
Bedømmelse | 2.33/5 Samlet 3 Bedømmelser |
Udvikler | Ryan Ristine |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.ryanristine.com |
Understøttede Sprog | 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" } |