WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ORTEX Enhancer

ORTEX Enhancer

View on Chrome Web Store
View ORTEX Enhancer Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
15 views
This extension has been viewed 15 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Enhances ORTEX financial platform with improved interface and optimized user experience
Type
Extension
Users
5 users
1
Website kaywat.me
KayWat
View author page of KayWat
Published
Published on April 28, 2025
Version 1.3
Manifest version
3
Updated
Updated on June 5, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ORTEX Enhancer Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ORTEX Enhancer",
    "version": "1.3",
    "description": "Enhances ORTEX financial platform with improved interface and optimized user experience",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.ortex.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "darkmode.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.eoddata.com\/stockquote\/*"
            ],
            "js": [
                "eoddata.js"
            ]
        },
        {
            "matches": [
                "*:\/\/chartexchange.com\/symbol\/*\/optionchain\/*"
            ],
            "js": [
                "chartexchange.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/chartexchange.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/chartexchange.com\/*\/dark-pool*",
                "*:\/\/chartexchange.com\/*\/exchange-volume*",
                "*:\/\/chartexchange.com\/symbol\/*\/optionchain\/*"
            ],
            "js": [
                "chartexchange.js"
            ]
        },
        {
            "matches": [
                "*:\/\/chartexchange.com\/*\/dark-pool*",
                "*:\/\/chartexchange.com\/*\/exchange-volume*"
            ],
            "js": [
                "darkpool.js"
            ],
            "run_at": "document_start"
        }
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "sidePanel"
    ],
    "host_permissions": [
        "*:\/\/app.ortex.com\/*",
        "*:\/\/www.eoddata.com\/*",
        "*:\/\/chartexchange.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sidepanel.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top