Trump to Chump
Replaces the text 'Trump' with 'Chump' for obvious reasons.
Wat is Trump to Chump?
Trump to Chump is een Chrome-extensie ontwikkeld door Arsenal, en de belangrijkste functie is "Replaces the text 'Trump' with 'Chump' for obvious reasons.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trump to Chump
Download Trump to 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
Basisinformatie over de Extensie
Naam | |
ID | cmepdjapkhfephneckblhdglohcodebc |
Officiële URL | https://chrome.google.com/webstore/detail/trump-to-chump/cmepdjapkhfephneckblhdglohcodebc |
Beschrijving | Replaces the text 'Trump' with 'Chump' for obvious reasons. |
Bestandsgrootte | 3.53 KB |
Aantal Installaties | 31 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-11-06 |
Publicatiedatum | 2015-11-06 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Arsenal |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Chump", "description": "Replaces the text 'Trump' with 'Chump' for obvious reasons.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |