Steam CZK

Steam CZK

Zobrazí cenu her na store.steampowered.com a steamcommunity.com v českých korunách dle aktuálního kurzu ČNB

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://store.steampowered.com/*",
        "https://epj.cz/*",
        "*://steamcommunity.com/*"
      ]
    }
  ],
  "description": "Zobrazí cenu her na store.steampowered.com a steamcommunity.com v českých korunách dle aktuálního kurzu ČNB",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Steam CZK",
  "options_page": "options.html",
  "page_action": {
    "default_icon": "icon19.png",
    "default_popup": "options.html",
    "default_title": "Změna nastavení"
  },
  "permissions": [
    "tabs"
  ],
  "version": "0.0.7"
}