WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Universal Automatic Currency Converter

Universal Automatic Currency Converter

View on Chrome Web Store
View Universal Automatic Currency Converter Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (115 ratings)
1 new ratings
11 views
This extension has been viewed 11 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.

Universal automatic currency converter for all web browsing needs
Type
Extension
Users
6,000 users
1K
Baizey
View author page of Baizey
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 17, 2019
Version 5.1.0
Manifest version
3
Updated
Updated on August 8, 2024
lifestyle/shopping
Extension Category
View on Chrome Web Store
View Universal Automatic 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",
    "author": "Baizey",
    "name": "Universal Automatic Currency Converter",
    "description": "Universal automatic currency converter for all web browsing needs",
    "manifest_version": 3,
    "version": "5.1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "UA Currency Converter",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "shared.css",
                "content.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "host_permissions": [
        "https:\/\/uacc-go-h3a6bmejfnaebygu.northeurope-01.azurewebsites.net\/*"
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "version_name": "5.1.0"
}
© 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