President Keroppi
Replace Trump with Keroppi and be happy all day
Vad är President Keroppi?
President Keroppi är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replace Trump with Keroppi and be happy all day".
Tilläggsskärmbilder
Ladda ner President Keroppi-förlängningens CRX-fil
Ladda ner President Keroppi-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | ddfjkjlcnfhjpmhaooejocainmdacilk |
Officiell webbadress | https://chromewebstore.google.com/detail/president-keroppi/ddfjkjlcnfhjpmhaooejocainmdacilk |
Beskrivning | Replace Trump with Keroppi and be happy all day |
Filstorlek | 27.39 KB |
Antal Installationer | 197 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2016-11-18 |
Publiceringsdatum | 2016-11-18 |
Betyg | 4.50/5 Totalt 6 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" } ] } |