WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Coinverse: Instant Currency Converter

Coinverse: Instant Currency Converter

View on Chrome Web Store
View Coinverse: Instant Currency Converter Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (8 ratings)
1 new ratings
9 views
This extension has been viewed 9 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.

Coinverse offers fast and simple currency conversion for 160+ currencies with automatic detection and instant results.
Type
Extension
Users
28 users
2
TransLab
View author page of TransLab
Published
Published on October 14, 2024
Version 1.3.2
Manifest version
3
Updated
Updated on July 11, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Coinverse: Instant Currency Converter 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": "Coinverse: Instant Currency Converter",
    "description": "Coinverse offers fast and simple currency conversion for 160+ currencies with automatic detection and instant results.",
    "version": "1.3.2",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "author": {
        "email": "TransLab <[email protected]>"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Coinverse - Popup"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+P",
                "mac": "Command+Shift+P"
            }
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts\/content.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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