eBay-Kleinanzeigen Show Full Size Images

eBay-Kleinanzeigen Show Full Size Images

With one click view and download all images from eBay-Kleinanzeigen page in original size.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "eBay-Kleinanzeigen Show Full Size Images",
  "version": "1.3",
  "description": "With one click view and download all images from eBay-Kleinanzeigen page in original size.",
  "homepage_url": "https://milanmilosev.com",
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "index.html",
    "default_title": "ChromiePop"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false,
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "*://*.ebay-kleinanzeigen.de/*/"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/; object-src 'self'"
}