Trump to Duck
Replaces 'Donald Trump' with 'Donald Duck' on all websites.
Hvad er Trump to Duck?
Trump to Duck er en Chrome-udvidelse udviklet af Melvin, og dens hovedfunktion er "Replaces 'Donald Trump' with 'Donald Duck' on all websites.".
Udvidelsesskærmbilleder
Download Trump to Duck-udvidelses-CRX-fil
Download Trump to Duck-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
Make the internet great again with this extension that replaces all text occurrences of Donald Trump with Donald Duck.
Grundlæggende oplysninger om udvidelsen
Navn | Trump to Duck |
ID | pjkmmjikebglpgmjajabpdnkbnliobca |
Officiel URL | https://chromewebstore.google.com/detail/trump-to-duck/pjkmmjikebglpgmjajabpdnkbnliobca |
Beskrivelse | Replaces 'Donald Trump' with 'Donald Duck' on all websites. |
Filstørrelse | 3.36 KB |
Antal Installationer | 25 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-11-09 |
Udgivelsesdato | 2016-11-09 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Melvin |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Duck", "version": "1.0", "description": "Replaces 'Donald Trump' with 'Donald Duck' on all websites.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |