WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
My Currency Converter

My Currency Converter

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

Just select the currency you want to convert
Type
Extension
Users
4 users
1
uretgec
View author page of uretgec
Published
Published on April 7, 2023
Version 1.0.4
Manifest version
3
Updated
Updated on August 30, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View My 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": "My Currency Converter",
    "short_name": "MyCC",
    "description": "Just select the currency you want to convert",
    "version": "1.0.4",
    "homepage_url": "https:\/\/github.com\/uretgec\/my-currency-converter",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.tcmb.gov.tr\/kurlar\/today.xml"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "author": "Uretgec",
    "offline_enabled": false,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "myStyles.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/ccmanager.js",
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.tcmb.gov.tr\/kurlar\/today.xml"
        ]
    }
}
© 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