Funda Vertaler

Funda Vertaler

Brengt de fun terug in Funda!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Laurens Winkelhagen",
  "background": {
    "service_worker": "service_worker.js"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "jquery.js",
        "jquery.ba-replacetext.js",
        "contentscript.js"
      ],
      "matches": [
        "http://*.funda.nl/*",
        "https://*.funda.nl/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "default_locale": "nl",
  "description": "__MSG_appDesc__",
  "icons": {
    "48": "1350124753_house.png",
    "128": "1350124753_house_128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZHZe5Asbie5vBiKmLeft+7BuMZnld2v8iMQz6Trw82G3b+QqgU1GydsOIsV/dIDBp8U93vJ1i4IzABZassXwv7rH76ha2zFrH/CZw3RwJsLpJ6A9uG5CWC8a3CYHR/eFritHFc/GfmNagXDK9+FHHFkMlSHfz704krvavsae+uwIDAQAB",
  "manifest_version": 3,
  "minimum_chrome_version": "91",
  "name": "__MSG_appName__",
  "options_page": "options.html",
  "action": {
    "default_icon": {
      "16": "1350124761_house.png",
      "48": "1350124753_house.png"
    },
    "default_title": "Vertaal makelaarstaal!"
  },
  "permissions": [
    "storage",
    "declarativeContent"
  ],
  "short_name": "Funtaler",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2.4"
}