Trumper Stumper
You can now stump the Trump
Was ist Trumper Stumper?
Trumper Stumper ist eine Chrome-Erweiterung, die von kittykatzapps entwickelt wurde, und ihr Hauptmerkmal ist "You can now stump the Trump".
Erweiterungsscreenshots
Trumper Stumper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trumper Stumper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Now you can Stump the Trump! If your sick of seeing Donald Trump's stupid name and face plastered all over the internet you are not alone! That's why we created "TRUMPER STUMPER" The only Google Chrome extension that allows you to replace all mentions of Donald Trump's name with "Happy Little Trees" and all pictures of Trump with pictures of the lovely Bob Ross! Now next time Trump says/does something dumb and the internet plays right into his hands by sharing all his nonsense you never have to see it again! If a page fails to change his name or picture correctly, go to options and enable "dynamic replacement" and it will solve this issue.
Grundlegende Informationen zur Erweiterung
Name | Trumper Stumper |
ID | mgkldjfgncfmihfiimielnnhcpcmeapa |
Offizielle URL | https://chromewebstore.google.com/detail/trumper-stumper/mgkldjfgncfmihfiimielnnhcpcmeapa |
Beschreibung | You can now stump the Trump |
Dateigröße | 1.21 MB |
Installationsanzahl | 54 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-01-05 |
Veröffentlichungsdatum | 2016-01-05 |
Bewertung | 4.94/5 Insgesamt 16 Bewertungen |
Entwickler | kittykatzapps |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trumper Stumper", "description": "You can now stump the Trump", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "jquery.js", "content.js" ], "run_at": "document_idle", "all_frames": true } ], "browser_action": { "default_icon": "Trump128.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "icons": { "48": "Trump48.png", "128": "Trump128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "content.js" ], "persistent": false } } |