NKCSS Funda Images Downloader

NKCSS Funda Images Downloader

This allows you to easily download images from the Funda.nl website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Nick Kusters Custom Software Solutions",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "default_locale": "en",
  "description": "This allows you to easily download images from the Funda.nl website",
  "homepage_url": "http://www.nickkusters.com/en/Services/DownloadFundaImages",
  "icons": {
    "16": "icons/nkcss-16.ico",
    "48": "icons/nkcss-48.ico",
    "128": "icons/nkcss-128.ico"
  },
  "manifest_version": 2,
  "name": "NKCSS Funda Images Downloader",
  "page_action": {
    "default_icon": "icons/nkcss-16.ico",
    "default_title": "Download Funda Images with NKCSS"
  },
  "permissions": [
    "tabs",
    "declarativeContent",
    "http://www.funda.nl/",
    "https://www.funda.nl/"
  ],
  "version": "0.0.2"
}