Zeon Helper

Zeon Helper

Zeon Helper (aka Zeon Chrome Kit) is a complimentary extension to help Zeon Downloader users, by allowing dragging images on sites…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zeon Helper",
  "version": "1.44",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "http://*.photoshelter.com/*",
        "https://*.photoshelter.com/*",
        "http://*.cnsphoto.com/*/news_photos/*",
        "https://*.cnsphoto.com/*/news_photos/*",
        "http://*.tuchong.com/*",
        "https://*.tuchong.com/*",
        "http://*.sopaimages.com/*",
        "https://*.sopaimages.com/*",
        "http://*.bfa.com/*",
        "https://*.bfa.com/*",
        "http://*.picturedesk.com/*",
        "https://*.picturedesk.com/*",
        "https://*.amanaimages.com/*",
        "https://*.backpagepix.com/*",
        "https://*.crownmediapress.com/*",
        "https://*.imagn.com/*",
        "https://*.iconiclicensing.net/*"
      ],
      "js": [
        "jquery.js",
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "20": "[email protected]",
    "24": "[email protected]",
    "32": "[email protected]",
    "48": "[email protected]",
    "128": "[email protected]"
  }
}