Steam TL Fiyat Dönüştürücü

Steam'deki USD fiyatlarını anında TL'ye dönüştürün. Güncel kurlarla hızlı ve doğru çeviri!

Steam TL Fiyat Dönüştürücüとは何ですか?

Steam TL Fiyat DönüştürücüはUğur Kellecioğluによって開発されたChromeの拡張機能で、その主な機能は「Steam'deki USD fiyatlarını anında TL'ye dönüştürün. Güncel kurlarla hızlı ve doğru çeviri!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Steam TL Fiyat Dönüştürücü拡張機能のCRXファイルをダウンロード

Steam TL Fiyat Dönüştürücü拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Steam'de gösterilen oyun ve ürün fiyatlarını otomatik olarak Türk Lirası'na (TL) dönüştürmek için bu eklentiyi kullanın. 

Steam, TL fiyatlarını doğrudan desteklemediğinden, bu eklenti dolar cinsinden belirtilen fiyatları anında TL'ye çevirerek Türkiye'deki kullanıcılar için daha anlaşılır bir alışveriş deneyimi sağlar.

Fiyatlar güncel döviz kurlarıyla dönüştürülür, böylece her zaman en doğru ve güncel TL karşılıklarını görebilirsiniz.                    

拡張機能の基本情報

名前 Steam TL Fiyat Dönüştürücü Steam TL Fiyat Dönüştürücü
ID cepcagaffkpopejligpjednldgkfifkk
公式URL https://chromewebstore.google.com/detail/steam-tl-fiyat-d%C3%B6n%C3%BC%C5%9Ft%C3%BCr%C3%BCc/cepcagaffkpopejligpjednldgkfifkk
説明 Steam'deki USD fiyatlarını anında TL'ye dönüştürün. Güncel kurlarla hızlı ve doğru çeviri!
ファイルサイズ 1.46 MB
インストール数 1,158
現在のバージョン 1.0.2
最終更新日 2023-12-03
公開日 2023-12-03
評価 4.20/5 合計 5 レビュー
開発者 Uğur Kellecioğlu
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://ugurkellecioglu.me/privacy
対応言語 tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ugurkellecioglu",
    "description": "Steam'deki USD fiyatlar\u0131n\u0131 an\u0131nda TL'ye d\u00f6n\u00fc\u015ft\u00fcr\u00fcn. G\u00fcncel kurlarla h\u0131zl\u0131 ve do\u011fru \u00e7eviri!",
    "name": "Steam TL Fiyat D\u00f6n\u00fc\u015ft\u00fcr\u00fcc\u00fc",
    "version": "1.0.2",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/logo.png",
            "19": "icons\/logo.png",
            "32": "icons\/logo.png",
            "38": "icons\/logo.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/primary\/main.js"
            ],
            "matches": [
                "*:\/\/*.steampowered.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/logo.png",
        "19": "icons\/logo.png",
        "32": "icons\/logo.png",
        "38": "icons\/logo.png",
        "48": "icons\/logo.png",
        "64": "icons\/logo.png",
        "96": "icons\/logo.png",
        "128": "icons\/logo.png",
        "256": "icons\/logo.png",
        "512": "icons\/logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/primary\/main-f6321e87.js",
                "assets\/browser-polyfill-8f3eff21.js"
            ],
            "matches": [
                "*:\/\/*.steampowered.com\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}