Price converter for otoMoto.pl

Price converter for otoMoto.pl

Extension for converting car prices from PLN in hryvnia, rubles, dollars and euros for the site http://otomoto.pl/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "name": "__MSG_extName__",
  "version": "0.31",
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "https://privat24.privatbank.ua/"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "__MSG_openSettings__"
  },
  "options_page": "options/options.html",
  "content_scripts": [
    {
      "matches": [
        "http://otomoto.pl/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "jquery.js",
        "script.js"
      ]
    }
  ]
}