Steam TRY Converter

Converts USD prices to TRY on the Steam Store.

Steam TRY Converter란 무엇입니까?

Steam TRY Converter은(는) Arda Bayram에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts USD prices to TRY on the Steam Store."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Steam TRY Converter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Steam TRY Converter Steam TRY Converter
ID gloidbmfecaeegfbdjcclcdbfhnnhgmp
공식 URL https://chromewebstore.google.com/detail/steam-try-converter/gloidbmfecaeegfbdjcclcdbfhnnhgmp
설명 Converts USD prices to TRY on the Steam Store.
파일 크기 12.02 KB
설치 횟수 4,582
현재 버전 1.1
최근 업데이트 2023-11-24
출시 날짜 2023-11-23
평점 3.66/5 총 29 개의 평점
개발자 Arda Bayram
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vSJ6kNuKmLLgHskmI0qKBeXLbVYrV1E4Fog2sUzVXoJjPUBpZUCa7doBpfVTf8XWpytSbT-wbh3tIxJ/pub
지원되는 언어 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"
    }
}