LAiPIC.AI: Quickly turn URL links into AI video ads

Your swift & powerful AI video maker: A simple instruction can turn URL links into AI video ads.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "LAiPIC.AI: Quickly turn URL links into AI video ads",
  "version": "1.3.5",
  "description": "Your swift & powerful AI video maker: A simple instruction can turn URL links into AI video ads.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_title": "Default Title",
    "default_popup": "src/options.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "src/content.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://admin-beta.innaio.com/laipic-innaio/*",
      "https://www.innaio.com/*",
      "https://innaiobeta.laihua.com/*",
      "https://www.laipic.ai/*",
      "https://www.panda72.ai/*",
      "http://localhost:4000/laipic-innaio/*"
    ]
  },
  "background": {
    "service_worker": "src/background.js"
  },
  "permissions": [
    "storage",
    "downloads"
  ]
}