Freepik Bulk Generator & Downloader

Freepik Bulk Generator & Downloader

Generate & Download bulk Freepik images with a single click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Freepik Bulk Generator & Downloader",
  "version": "2.3",
  "description": "Generate & Download bulk Freepik images with a single click",
  "author": "Md Abdullahil Shafi - [email protected]",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.webp",
      "32": "icon32.webp"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "https://www.freepik.com/ai/*"
      ]
    }
  ]
}