President Keroppi
Replace Trump with Keroppi and be happy all day
Hvad er President Keroppi?
President Keroppi er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Replace Trump with Keroppi and be happy all day".
Udvidelsesskærmbilleder
Download President Keroppi-udvidelses-CRX-fil
Download President Keroppi-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
Turn your internet exploring into an adventure with President Keroppi! Oh the hijinx! Read about his conquests in Keroppi Tower! Follow the Keroppi kids! Keep up with Keroppi Industries! It's like Trump never happened when you use this fun-filled morsel to replace all mentions of "Trump" with...what else? "Keroppi!"
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ddfjkjlcnfhjpmhaooejocainmdacilk |
Officiel URL | https://chromewebstore.google.com/detail/president-keroppi/ddfjkjlcnfhjpmhaooejocainmdacilk |
Beskrivelse | Replace Trump with Keroppi and be happy all day |
Filstørrelse | 27.39 KB |
Antal Installationer | 197 |
Nuværende Version | 2.0 |
Senest Opdateret | 2016-11-18 |
Udgivelsesdato | 2016-11-18 |
Bedømmelse | 4.50/5 Samlet 6 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "President Keroppi", "description": "Replace Trump with Keroppi and be happy all day", "version": "2.0", "icons": { "128": "images\/Keroppiicon128.png", "48": "images\/Keroppiicon48.png", "16": "images\/Keroppiicon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |