WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Plug

Plug

View on Chrome Web Store
View Plug Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (64 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Your plug into the Internet Computer ecosystem
Type
Extension
Users
70,000 users
5K
Website plugwallet.ooo
Funded Labs
View author page of Funded Labs
Published
Published on August 10, 2021
Version 2.8.5
Manifest version
3
Updated
Updated on November 5, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Plug 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": "Plug",
    "description": "Your plug into the Internet Computer ecosystem",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon-32.png"
        }
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-8a6f1819.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "inpage-dist\/inpage.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/bridge-5b09bc55.js",
                "assets\/isFirefox-69571d05.js",
                "assets\/index.ts-d82f9078.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "clipboardWrite",
        "unlimitedStorage",
        "scripting",
        "sidePanel"
    ],
    "content_security_policy": {
        "extension_pages": "frame-ancestors 'none'; object-src 'self'; script-src 'self' 'wasm-unsafe-eval';"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+P",
                "mac": "Alt+Shift+P",
                "chromeos": "Alt+Shift+P",
                "linux": "Alt+Shift+P"
            },
            "description": "Open the Plug Wallet extension"
        }
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "wss:\/\/*\/*"
    ],
    "version": "2.8.5"
}
© 2025 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