Steam Kur Çevirici

Steam Kur Çevirici

Steam üzerindeki Dolar olan fiyatları Türk Lirası olarak gösterir.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_app_title__",
  "short_name": "__MSG_app_title__",
  "default_locale": "tr",
  "version": "1.1",
  "manifest_version": 3,
  "description": "__MSG_app_description__",
  "action": {
    "default_icon": "img/steam.png",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://store.steampowered.com/*"
      ],
      "js": [
        "js/rates.js"
      ]
    }
  ],
  "host_permissions": [
    "https://www.tcmb.gov.tr/kurlar/today.xml"
  ],
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "img/icon16.png",
    "19": "img/icon19.png",
    "38": "img/icon38.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png",
    "256": "img/icon256.png",
    "512": "img/icon512.png"
  },
  "offline_enabled": false
}