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!
What is Steam TL Fiyat Dönüştürücü?
Steam TL Fiyat Dönüştürücü is a Chrome extension developed by Uğur Kellecioğlu, and its main feature is "Steam'deki USD fiyatlarını anında TL'ye dönüştürün. Güncel kurlarla hızlı ve doğru çeviri!".
Extension Screenshots
Download Steam TL Fiyat Dönüştürücü Extension CRX File
Download Steam TL Fiyat Dönüştürücü extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Steam TL Fiyat Dönüştürücü |
ID | cepcagaffkpopejligpjednldgkfifkk |
Official URL | 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! |
File Size | 1.46 MB |
Installation Count | 1,158 |
Current Version | 1.0.2 |
Last Updated | 2023-12-03 |
Publish Date | 2023-12-03 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Uğur Kellecioğlu |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://ugurkellecioglu.me/privacy |
Supported Languages | 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 } ] } |