Steam Currency Converter

Steam Currency Converter!

Steam Currency Converter란 무엇입니까?

Steam Currency Converter은(는) trsnaqe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Steam Currency Converter!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Steam Currency Converter

Streamline Your Steam Experience: Seamless Currency Conversion

Key Highlights:

🌍 Comprehensive Currency Support: Now featuring all base Steam currencies, with the capability to convert to over 160 currencies worldwide.

⚡ Instant Currency Switching: Switch between currencies or revert to USD instantly, no reloading required! Effortlessly adapt to changing rates without any interruptions with the optional convenient keybind of `SHIFT+ALT+Q`.

🎮 Steam Extension Compatibility: Fully compatible with all existing Steam extensions likes of Augmented Steam and SteamDB 

💳 Custom Commission Options: Factor in expenses or additional rates imposed by your bank or government, ensuring transparent and accurate calculations for your purchases.

🚀 Super-Fast and Optimized: Our extension is highly optimized for speed, guaranteeing a lightning-fast experience

🔄 Frequent Currency Updates: Stay ahead of the game with our extension's frequent currency updates. We ensure that the latest prices are always at your fingertips, keeping your conversions accurate and up-to-date.

🌐 Native Currency Conversion: Convert every pricing without altering the native look of Steam.

💯 Complete Field Conversion: Every price, every field on Steam, including the elusive inventory screen, is successfully converted. 
 
👨🏻‍💻 Automatic Currency Detection: Experience effortless currency conversion with automatic detection based on your location.

and many more https://github.com/Solidet-com/steam-currency-converter#readme

Transform your Steam journey with the all-encompassing Steam Currency Converter! 💻✨

Disclaimer: This currency extension has been developed to provide users with information about prices. While we strive for accuracy, we cannot guarantee that the displayed prices are always up-to-date or error-free. Users are advised to verify prices independently before making any financial decisions. 

INDEX: Steam TRY, Steam ARS, Steam TRY Converter, Steam ARS Converter, Steam USD to Local Currency,Steam EUR to Local Currency,Steam Exchange,Steam Currency Exchange, Steam USD Converter,Steam TL, Steam TL Çevirici, Currency Converter, Steam Local                    

확장 프로그램 기본 정보

이름 Steam Currency Converter Steam Currency Converter
ID ocabaebkfcojookdnihccpcngaaigfan
공식 URL https://chromewebstore.google.com/detail/steam-currency-converter/ocabaebkfcojookdnihccpcngaaigfan
설명 Steam Currency Converter!
파일 크기 104 KB
설치 횟수 658
현재 버전 1.0.0
최근 업데이트 2024-02-27
출시 날짜 2023-11-22
평점 4.88/5 총 16 개의 평점
개발자 trsnaqe
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Solidet-com/steam-currency-converter
도움말 페이지 URL https://github.com/Solidet-com/steam-currency-converter/issues
개인정보 보호 정책 페이지 URL https://pastebin.com/8XakHPTu
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Steam Currency Converter",
    "description": "Steam Currency Converter!",
    "version": "1.0.0",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "src\/assets\/icons\/icon16.png",
        "32": "src\/assets\/icons\/icon32.png",
        "48": "src\/assets\/icons\/icon48.png",
        "128": "src\/assets\/icons\/icon128.png"
    },
    "action": {
        "default_popup": ".\/src\/pages\/index.html",
        "default_icon": "src\/assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": ".\/src\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/store.steampowered.com\/*",
                "*:\/\/steamcommunity.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/store.steampowered.com\/login\/*",
                "*:\/\/store.steampowered.com\/join\/*",
                "*:\/\/store.steampowered.com\/logout\/*",
                "*:\/\/steamcommunity.com\/logout\/*",
                "*:\/\/steamcommunity.com\/login\/*",
                "*:\/\/checkout.steampowered.com\/*"
            ],
            "js": [
                ".\/src\/utils\/api.js",
                ".\/src\/data\/currencies.js",
                ".\/src\/data\/locales.js",
                ".\/src\/data\/constants.js",
                ".\/src\/data\/globals.js",
                ".\/src\/data\/selectors.js",
                ".\/src\/utils\/observers.js",
                ".\/src\/utils\/helpers.js",
                ".\/src\/utils\/price.js",
                ".\/src\/utils\/dom.js",
                ".\/src\/utils\/parsers.js",
                ".\/src\/scripts\/store.script.js",
                ".\/src\/scripts\/init.script.js",
                ".\/src\/scripts\/changelog.script.js"
            ],
            "css": [
                ".\/src\/pages\/styles\/store.style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/assets\/*"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/*",
                "*:\/\/steamcommunity.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/store.steampowered.com\/*"
    ]
}