Trump-To-Babbling-Idiot
Replaces any mention of our president with 'Babbling Idiot'.
Co je Trump-To-Babbling-Idiot?
Trump-To-Babbling-Idiot je rozšíření Chrome vyvinuté Ryan Ristine, a jeho hlavní funkcí je „Replaces any mention of our president with 'Babbling Idiot'.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Trump-To-Babbling-Idiot
Stáhněte si soubory rozšíření Trump-To-Babbling-Idiot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | hheclhiapblfldlcbfpcpocidogaplcn |
Oficiální URL | https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn |
Popis | Replaces any mention of our president with 'Babbling Idiot'. |
Velikost souboru | 780 KB |
Počet instalací | 48 |
Aktuální Verze | 1.1.2 |
Poslední Aktualizace | 2017-01-21 |
Datum Vydání | 2017-01-21 |
Hodnocení | 2.33/5 Celkem 3 Hodnocení |
Vývojář | Ryan Ristine |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.ryanristine.com |
Podporované Jazyky | 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" } |