OLX.pt View

OLX.pt View

Contador de view para olx.pt

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.0.4",
  "name": "OLX.pt View",
  "description": "Contador de view para olx.pt",
  "author": "Luis Fernando Pimenta",
  "browser_action": {
    "default_title": "OLX.pt View",
    "default_popup": "index.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "jquery-3.6.0.min.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.olx.pt/*",
        "https://*.olx.pt/*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "olx.js"
      ]
    }
  ]
}