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.

Apa itu Yahoo Finance Option Open Interest Extension?

Yahoo Finance Option Open Interest Extension adalah ekstensi Chrome yang dikembangkan oleh Uzzy, dan fitur utamanya adalah "An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Yahoo Finance Option Open Interest Extension

Unduh file ekstensi Yahoo Finance Option Open Interest Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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".                    

Informasi Dasar Ekstensi

Nama Yahoo Finance Option Open Interest Extension Yahoo Finance Option Open Interest Extension
ID bllohaoomcnadgimabnnjalbnkbjmaem
URL Resmi https://chromewebstore.google.com/detail/yahoo-finance-option-open/bllohaoomcnadgimabnnjalbnkbjmaem
Deskripsi An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest.
Ukuran File 73.24 KB
Jumlah Instalasi 34
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-04-03
Tanggal Publikasi 2023-04-03
Pengembang Uzzy
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}