Show Premium Disparity

Read the option LTP and calculate premium left

What is Show Premium Disparity?

Show Premium Disparity is a Chrome extension developed by shafeeque.devlab, and its main feature is "Read the option LTP and calculate premium left".

Extension Screenshots

screenshot

Download Show Premium Disparity Extension CRX File

Download Show Premium Disparity 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

                        This plugin currently works only with NSE Option Chain web page and developed for getting premium left for options and the difference. After loading the page, wait for 3 secs to show the premium left for options.                    

Extension Basic Information

Name Show Premium Disparity Show Premium Disparity
ID bffokdgnhebcppoeoboiopfaanafcepc
Official URL https://chromewebstore.google.com/detail/show-premium-disparity/bffokdgnhebcppoeoboiopfaanafcepc
Description Read the option LTP and calculate premium left
File Size 63.62 KB
Installation Count 118
Current Version 0.1
Last Updated 2022-12-05
Publish Date 2022-12-04
Rating 5.00/5 Total 2 Ratings
Developer shafeeque.devlab
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Show Premium Disparity",
    "version": "0.1",
    "description": "Read the option LTP and calculate premium left",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.nseindia.com\/option-chain"
            ]
        }
    ]
}