Monkey Banana
Overrides the new tab page
What is Monkey Banana?
Monkey Banana is a Chrome extension developed by Mikołaj Zyzański, and its main feature is "Overrides the new tab page".
Extension Screenshots
Download Monkey Banana Extension CRX File
Download Monkey Banana extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A delicious new tab page with inspirational quotes from Monkey Baby himself!
Extension Basic Information
Name | Monkey Banana |
ID | ghkdahaflmnmaedmnnnmhfefiaamcnmb |
Official URL | https://chromewebstore.google.com/detail/monkey-banana/ghkdahaflmnmaedmnnnmhfefiaamcnmb |
Description | Overrides the new tab page |
File Size | 232 KB |
Installation Count | 53 |
Current Version | 0.0.1 |
Last Updated | 2020-08-27 |
Publish Date | 2020-08-27 |
Developer | Mikołaj Zyzański |
[email protected] | |
Payment Type | free |
Extension Website | https://mikozyz.dev/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Monkey Banana", "description": "Overrides the new tab page", "version": "0.0.1", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [], "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "images\/icon48.png" } } |