Checkjelinkje voor je browser

Checkjelinkje voor je browser

Gebruik Checkjelinkje rechtstreeks vanuit je browser.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Checkjelinkje voor je browser",
  "description": "Gebruik Checkjelinkje rechtstreeks vanuit je browser.",
  "version": "1.1.11",
  "author": "Checkjelinkje B.V.",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "cjl.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "warning.html"
  ],
  "permissions": [
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "http://*.freave.com/",
    "http://*/*",
    "https://*/*"
  ]
}