AI GPT For Advertising

AI GPT For Advertising

Extension AI GPT For Advertising is a powerful creative partner, capable of creating natural and convincing advertising content.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_title__",
  "description": "__MSG_desc__",
  "version": "1.0.2",
  "default_locale": "en",
  "action": {
    "default_popup": "index.html",
    "default_title": "__MSG_title__"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "cookies"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "/icon-16.png",
    "48": "/icon-48.png",
    "128": "/icon-128.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "worker.js"
  },
  "options_page": "options.html"
}