Replace Trump with Keroppi and be happy all day
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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": {
"16": "images/Keroppiicon16.png",
"48": "images/Keroppiicon48.png",
"128": "images/Keroppiicon128.png"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
}