Steam TRY Converter

Converts USD prices to TRY on the Steam Store.

Hvad er Steam TRY Converter?

Steam TRY Converter er en Chrome-udvidelse udviklet af Arda Bayram, og dens hovedfunktion er "Converts USD prices to TRY on the Steam Store.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Steam TRY Converter-udvidelses-CRX-fil

Download Steam TRY Converter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Welcome to Steam Price Converter, the essential Chrome extension for gamers and shoppers in Turkey. With a simple click, see every game price in Turkish Lira (TRY) instead of US Dollars (USD) on the Steam Store. Enjoy a seamless shopping experience without the hassle of manual currency conversions!

Why Steam Price Converter?

Instant Price Conversion: As you browse the Steam Store, all prices are automatically converted from USD to TRY, reflecting the most recent exchange rates.

Seamless Browsing Experience: Our extension integrates smoothly into the Steam Store interface, maintaining the original look and feel while providing you with valuable price information in your local currency.

Easy to Use: Just install and start browsing – no configuration needed. The extension does all the work for you.
Safe and Secure: We respect your privacy. The extension operates entirely within your browser, without collecting any personal data or browsing history.

Regular Updates: We keep the extension updated to ensure compatibility with the latest versions of the Steam Store and currency rates.

How It Works:

Install the Extension: Add Steam Price Converter to Chrome with a single click.

Browse Steam Store: Navigate to the Steam Store and browse as usual.

View Prices in TRY: Watch as all prices are automatically converted to Turkish Lira.                    

Grundlæggende oplysninger om udvidelsen

Navn Steam TRY Converter Steam TRY Converter
ID gloidbmfecaeegfbdjcclcdbfhnnhgmp
Officiel URL https://chromewebstore.google.com/detail/steam-try-converter/gloidbmfecaeegfbdjcclcdbfhnnhgmp
Beskrivelse Converts USD prices to TRY on the Steam Store.
Filstørrelse 12.02 KB
Antal Installationer 4,582
Nuværende Version 1.1
Senest Opdateret 2023-11-24
Udgivelsesdato 2023-11-23
Bedømmelse 3.66/5 Samlet 29 Bedømmelser
Udvikler Arda Bayram
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://docs.google.com/document/d/e/2PACX-1vSJ6kNuKmLLgHskmI0qKBeXLbVYrV1E4Fog2sUzVXoJjPUBpZUCa7doBpfVTf8XWpytSbT-wbh3tIxJ/pub
Understøttede Sprog tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Steam TRY Converter",
    "version": "1.1",
    "description": "Converts USD prices to TRY on the Steam Store.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/store.steampowered.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}