WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Cactus Link

Cactus Link

View on Chrome Web Store
View Cactus Link Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 ratings)
1 views
This extension has been viewed 1 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.

Cactus Link provides seamless access to DeFi and Web3 across both EVM and non-EVM chains.
Type
Extension
Users
290 users
1
extension
View author page of extension
Published
Published on November 16, 2022
Version 2.1.24
Manifest version
3
Updated
Updated on January 12, 2026
productivity/developer
Extension Category
View on Chrome Web Store
View Cactus Link 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",
    "name": "Cactus Link",
    "version": "2.1.24",
    "manifest_version": 3,
    "description": "Cactus Link provides seamless access to DeFi and Web3 across both EVM and non-EVM chains.",
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "unlimitedStorage",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "popup.html"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/logo16.png",
            "48": "icons\/logo48.png",
            "128": "icons\/logo128.png"
        }
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/inpage.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "world": "MAIN"
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/debug.mycactus.dev:1443\/*",
                "https:\/\/www.mycactus.dev\/*",
                "https:\/\/*.mycactus.com\/*",
                "https:\/\/*.mycactus.io\/*",
                "https:\/\/*.mycactus.sg\/*",
                "https:\/\/www.sg.mycactus.dev\/*",
                "https:\/\/tss.www.mycactus.dev\/*",
                "https:\/\/tss.pre.mycactus.com\/*",
                "https:\/\/tss.www.mycactus.com\/*"
            ],
            "js": [
                "static\/js\/cactus-inpage.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "world": "MAIN"
        },
        {
            "matches": [
                "https:\/\/debug.mycactus.dev:1443\/*",
                "https:\/\/www.mycactus.dev\/*",
                "https:\/\/*.mycactus.com\/*",
                "https:\/\/*.mycactus.io\/*",
                "https:\/\/*.mycactus.sg\/*",
                "https:\/\/www.sg.mycactus.dev\/*",
                "https:\/\/tss.www.mycactus.dev\/*",
                "https:\/\/tss.pre.mycactus.com\/*",
                "https:\/\/tss.www.mycactus.com\/*"
            ],
            "js": [
                "static\/js\/cactus-content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "\/static\/js\/cactus-inpage.js",
                "\/static\/js\/inpage.js"
            ]
        }
    ]
}
© 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