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!

Cos'è Steam TL Fiyat Dönüştürücü?

Steam TL Fiyat Dönüştürücü è un'estensione di Chrome sviluppata da Uğur Kellecioğlu, e la sua funzione principale è "Steam'deki USD fiyatlarını anında TL'ye dönüştürün. Güncel kurlarla hızlı ve doğru çeviri!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Steam TL Fiyat Dönüştürücü

Scarica i file di estensione Steam TL Fiyat Dönüştürücü in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Steam TL Fiyat Dönüştürücü Steam TL Fiyat Dönüştürücü
ID cepcagaffkpopejligpjednldgkfifkk
URL Ufficiale https://chromewebstore.google.com/detail/steam-tl-fiyat-d%C3%B6n%C3%BC%C5%9Ft%C3%BCr%C3%BCc/cepcagaffkpopejligpjednldgkfifkk
Descrizione Steam'deki USD fiyatlarını anında TL'ye dönüştürün. Güncel kurlarla hızlı ve doğru çeviri!
Dimensione del File 1.46 MB
Conteggio Installazioni 1,158
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-12-03
Data di Pubblicazione 2023-12-03
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Uğur Kellecioğlu
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://ugurkellecioglu.me/privacy
Lingue Supportate 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
        }
    ]
}