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
电子邮箱 [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
        }
    ]
}