Zerodha Makeup

Make kite.zerodha.com to look more pleasing by updating colors of different elements.

Cos'è Zerodha Makeup?

Zerodha Makeup è un'estensione di Chrome sviluppata da Prasanth KJ, e la sua funzione principale è "Make kite.zerodha.com to look more pleasing by updating colors of different elements.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Zerodha Makeup

Scarica i file di estensione Zerodha Makeup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Zerodha Makeup Zerodha Makeup
ID bdlildpdhdkbmpbkmoolpfdniamjpael
URL Ufficiale https://chromewebstore.google.com/detail/zerodha-makeup/bdlildpdhdkbmpbkmoolpfdniamjpael
Descrizione Make kite.zerodha.com to look more pleasing by updating colors of different elements.
Dimensione del File 6.26 KB
Conteggio Installazioni 291
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-09-07
Data di Pubblicazione 2022-09-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Prasanth KJ
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://prasanthkj.github.io/chromeExtension/privacy.html
Lingue Supportate 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"
            ]
        }
    ]
}