Cyborg

Sort Market Watch by Volatility

What is Cyborg?

Cyborg is a Chrome extension developed by Unknown, and its main feature is "Sort Market Watch by Volatility".

Extension Screenshots

screenshot

Download Cyborg Extension CRX File

Download Cyborg 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

                        View the most volatile stocks over the last 10seconds, 1minute or 1hour etc in zerodha kite

With this extension, you can:
1) Sort the stocks in current marketwatch by volatility.
2) Load market watch with list of different index stocks

Usage:
1) Choose the "period" by clicking "settings" at the bottom right of marketwatch.
2) Then click "Run" to begin sorting

- Run when the market is live and stock prices are changing 
- You may Buy/Sell stocks or view the chart while the sorting is running, but changing the marketwatch is not recommended.                    

Extension Basic Information

Name Cyborg Cyborg
ID fakmngnnndgdelejnopaleecadafplkf
Official URL https://chromewebstore.google.com/detail/cyborg/fakmngnnndgdelejnopaleecadafplkf
Description Sort Market Watch by Volatility
File Size 60.33 KB
Installation Count 691
Current Version 1.3
Last Updated 2020-06-16
Publish Date 2020-06-15
Rating 1.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyborg",
    "description": "Sort Market Watch by Volatility",
    "version": "1.3",
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "jquery.js",
        "resources\/ww_utils.js",
        "data.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kite.zerodha.com\/*"
            ],
            "js": [
                "jquery.js",
                "inject.js"
            ]
        }
    ]
}