Yahoo Finance Option Open Interest Extension

An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest.

What is Yahoo Finance Option Open Interest Extension?

Yahoo Finance Option Open Interest Extension is a Chrome extension developed by Uzzy, and its main feature is "An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest.".

Extension Screenshots

screenshot

Download Yahoo Finance Option Open Interest Extension Extension CRX File

Download Yahoo Finance Option Open Interest Extension 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

                        It simply adds a new column titled "Open Interest Aggregate" to the Options straddle view to make it easier to see where the infliction point for call vs put is for the open interest. The domain is limited to "finance.yahoo.com".                    

Extension Basic Information

Name Yahoo Finance Option Open Interest Extension Yahoo Finance Option Open Interest Extension
ID bllohaoomcnadgimabnnjalbnkbjmaem
Official URL https://chromewebstore.google.com/detail/yahoo-finance-option-open/bllohaoomcnadgimabnnjalbnkbjmaem
Description An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest.
File Size 73.24 KB
Installation Count 34
Current Version 1.0.0
Last Updated 2023-04-03
Publish Date 2023-04-03
Developer Uzzy
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Yahoo Finance Option Open Interest Extension",
    "version": "1.0.0",
    "description": "An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest.",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/finance.yahoo.com\/quote\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}