Trump to Chump
Replaces the text 'Trump' with 'Chump' for obvious reasons.
Hvad er Trump to Chump?
Trump to Chump er en Chrome-udvidelse udviklet af Arsenal, og dens hovedfunktion er "Replaces the text 'Trump' with 'Chump' for obvious reasons.".
Udvidelsesskærmbilleder
Download Trump to Chump-udvidelses-CRX-fil
Download Trump to Chump-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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cmepdjapkhfephneckblhdglohcodebc |
Officiel URL | https://chrome.google.com/webstore/detail/trump-to-chump/cmepdjapkhfephneckblhdglohcodebc |
Beskrivelse | Replaces the text 'Trump' with 'Chump' for obvious reasons. |
Filstørrelse | 3.53 KB |
Antal Installationer | 31 |
Nuværende Version | 0.1 |
Senest Opdateret | 2015-11-06 |
Udgivelsesdato | 2015-11-06 |
Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
Udvikler | Arsenal |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |