Zerodha Makeup

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

ما هو Zerodha Makeup؟

Zerodha Makeup هو إضافة Chrome تم تطويرها بواسطة Prasanth KJ، والميزة الرئيسية لها هي "Make kite.zerodha.com to look more pleasing by updating colors of different elements.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Zerodha Makeup

قم بتنزيل ملفات الامتداد Zerodha Makeup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Zerodha Makeup Zerodha Makeup
ID bdlildpdhdkbmpbkmoolpfdniamjpael
عنوان URL الرسمي https://chromewebstore.google.com/detail/zerodha-makeup/bdlildpdhdkbmpbkmoolpfdniamjpael
الوصف Make kite.zerodha.com to look more pleasing by updating colors of different elements.
حجم الملف 6.26 KB
عدد التثبيتات 291
النسخة الحالية 1.0.0
آخر تحديث 2022-09-07
تاريخ النشر 2022-09-07
تقييم 5.00/5 مجموع تقييمات 3
المطور Prasanth KJ
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://prasanthkj.github.io/chromeExtension/privacy.html
اللغات المدعومة 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"
            ]
        }
    ]
}