Zerodha Makeup
Make kite.zerodha.com to look more pleasing by updating colors of different elements.
What is Zerodha Makeup?
Zerodha Makeup is a Chrome extension developed by Prasanth KJ, and its main feature is "Make kite.zerodha.com to look more pleasing by updating colors of different elements.".
Extension Screenshots
Download Zerodha Makeup Extension CRX File
Download Zerodha Makeup 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
Make kite.zerodha.com to look more pleasing by updating colors of different elements. This is the plugin for browser, that makes kite.zerodha.com to see in more clear formats by changing colors and size of some elements.
Extension Basic Information
Name | Zerodha Makeup |
ID | bdlildpdhdkbmpbkmoolpfdniamjpael |
Official URL | https://chromewebstore.google.com/detail/zerodha-makeup/bdlildpdhdkbmpbkmoolpfdniamjpael |
Description | Make kite.zerodha.com to look more pleasing by updating colors of different elements. |
File Size | 6.26 KB |
Installation Count | 291 |
Current Version | 1.0.0 |
Last Updated | 2022-09-07 |
Publish Date | 2022-09-07 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Prasanth KJ |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://prasanthkj.github.io/chromeExtension/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Zerodha Makeup", "version": "1.0.0", "description": "Make kite.zerodha.com to look more pleasing by updating colors of different elements. ", "icons": { "48": "icons\/z_makeup_48.png" }, "web_accessible_resources": [ { "resources": [ "style.css" ], "matches": [ "*:\/\/kite.zerodha.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/kite.zerodha.com\/*" ], "js": [ "zerodha_makeup.js" ], "css": [ "style.css" ] } ] } |