WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Crypto Conversion

Crypto Conversion

View on Chrome Web Store
View Crypto Conversion Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

View crypto prices in local conversion across the web.
Type
Extension
Users
17 users
1
psoft123
View author page of psoft123
Published
Published on February 27, 2023
Version 1.1.1
Manifest version
3
Updated
Updated on January 18, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Crypto Conversion 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",
    "description": "View crypto prices in local conversion across the web.",
    "version": "1.1.1",
    "name": "Crypto Conversion",
    "manifest_version": 3,
    "author": "[email protected]",
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon.png",
        "48": "icons\/icon.png",
        "64": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+C",
                "mac": "MacCtrl+Shift+C"
            },
            "description": "View crypto prices in local conversion across the web."
        }
    }
}
© 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