Gumtree PW2PCM

Gumtree PW2PCM

Changes 'Per Week' (PW) info on gumtree ads to the more well used 'Per Calender Month' (PCM) price

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Gumtree PW2PCM",
  "version": "0.1.0",
  "manifest_version": 2,
  "description": "Changes  'Per Week' (PW) info on gumtree ads to the more well used 'Per Calender Month' (PCM) price",
  "icons": {
    "16": "images/gumtreePW2PCM-logo-16.png",
    "48": "images/gumtreePW2PCM-logo-48.png",
    "128": "images/gumtreePW2PCM-logo-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.gumtree.com/*"
      ],
      "js": [
        "scripts/gumtreePW2PCM.js"
      ]
    }
  ],
  "homepage_url": "http://ChristopherHackett.co.uk/software/gumtreePW2PCM/",
  "permissions": [
    "http://*.gumtree.com/*"
  ],
  "web_accessible_resources": [
    "script/gumtreePW2PCM.js"
  ]
}