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!

Qu'est-ce que Steam TL Fiyat Dönüştürücü ?

Steam TL Fiyat Dönüştürücü est une extension Chrome développée par Uğur Kellecioğlu, et sa fonction principale est "Steam'deki USD fiyatlarını anında TL'ye dönüştürün. Güncel kurlarla hızlı ve doğru çeviri!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Steam TL Fiyat Dönüştürücü

Téléchargez les fichiers d'extension Steam TL Fiyat Dönüştürücü au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Steam TL Fiyat Dönüştürücü Steam TL Fiyat Dönüştürücü
ID cepcagaffkpopejligpjednldgkfifkk
URL Officiel https://chromewebstore.google.com/detail/steam-tl-fiyat-d%C3%B6n%C3%BC%C5%9Ft%C3%BCr%C3%BCc/cepcagaffkpopejligpjednldgkfifkk
Description Steam'deki USD fiyatlarını anında TL'ye dönüştürün. Güncel kurlarla hızlı ve doğru çeviri!
Taille du Fichier 1.46 MB
Nombre d'Installations 1,158
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-12-03
Date de Publication 2023-12-03
Évaluation 4.20/5 Total 5 Évaluations
Développeur Uğur Kellecioğlu
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://ugurkellecioglu.me/privacy
Langues Prises en Charge 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
        }
    ]
}