iTextMaster - ChatPDF & PPT AI with ChatGPT

iTextMaster - ChatPDF & PPT AI with ChatGPT

iTextMaster ChatPDF - Your Ultimate Free PDF Interaction AI Extension! Chat to pdf with chatgpt.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "manifest_version": 3,
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "128": "img/logo.png"
  },
  "action": {
    "default_icon": {
      "128": "img/logo.png"
    }
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/js/webchat-script.js"
      ],
      "css": [
        "/css/web-chat.css"
      ],
      "run_at": "document_start",
      "exclude_matches": [
        "https://kodepay.io/*",
        "https://stripe.com/*",
        "https://itextmaster.com/*",
        "https://login.microsoftonline.com/*",
        "https://dev-pdfpage.extensiondock.com/*"
      ]
    },
    {
      "js": [
        "js/kodepay.js"
      ],
      "matches": [
        "https://kodepay.io/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "js/dissert.js"
      ],
      "matches": [
        "https://itextmaster.com/*",
        "https://dev-chatpdf.extensiondock.com/paper/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*",
        "options.html",
        "payment.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/cfmedclfcjjmgoekfhjlpbnbeldnhcjg",
  "version": "2.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}