Trump is a Chump
Replace the names of politicians with words of your own!
Wat is Trump is a Chump?
Trump is a Chump is een Chrome-extensie ontwikkeld door chumpextension, en de belangrijkste functie is "Replace the names of politicians with words of your own!".
Extensie Screenshots
Download het CRX-bestand van de extensie Trump is a Chump
Download Trump is a Chump-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
Is political news getting you down? Try out the Chump Trump extension! Every time you see the word "Trump" on your browser, it gets replaced by the word "Chump". Choose your own words to replace Trump with in the options page. Also works for Pence, Conway and McConnell.
Basisinformatie over de Extensie
Naam | |
ID | nlcibpbonljgjeiajboacpdblbibdocb |
Officiële URL | https://chrome.google.com/webstore/detail/trump-is-a-chump/nlcibpbonljgjeiajboacpdblbibdocb |
Beschrijving | Replace the names of politicians with words of your own! |
Bestandsgrootte | 115 KB |
Aantal Installaties | 129 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2020-10-31 |
Publicatiedatum | 2020-03-24 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | chumpextension |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump is a Chump", "version": "0.2.1", "description": "Replace the names of politicians with words of your own!", "content_scripts": [ { "css": [ ".\/content\/style.css" ], "js": [ ".\/content\/main.js" ], "matches": [ "https:\/\/*\/*" ], "run_at": "document_idle" } ], "background": { "scripts": [ "background\/index.js" ], "persistent": false }, "permissions": [ "activeTab", "storage" ], "icons": { "16": "logo_16.png", "48": "logo_48.png", "128": "logo_128.png" }, "browser_action": { "default_popup": ".\/popup\/index.html" }, "options_page": ".\/options\/index.html" } |