Coze Scraper

Coze Scraper

Scrape web pages and upload them to Coze Knowledge

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.60ab9913.png",
    "32": "icon32.plasmo.ac61877f.png",
    "48": "icon48.plasmo.db48aa21.png",
    "64": "icon64.plasmo.016deb07.png",
    "128": "icon128.plasmo.23304ab8.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.60ab9913.png",
      "32": "icon32.plasmo.ac61877f.png",
      "48": "icon48.plasmo.db48aa21.png",
      "64": "icon64.plasmo.016deb07.png",
      "128": "icon128.plasmo.23304ab8.png"
    }
  },
  "version": "1.0.1",
  "author": "[email protected]",
  "name": "Coze Scraper",
  "description": "__MSG_extensionDescription__",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://not-exist-domain.coze.com:12345/*"
      ],
      "js": [
        "contents.c12b21cb.js"
      ],
      "all_frames": false,
      "css": [
        "contents.c29e34e7.css"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhaUPhUSH52d+Unk2X7k7nJmjOwir2t9WTe8IK6InI6xATZCD8gMBUsiePHmr7RTJnL1Nzx1To9N4L3HFbh6Xi2pOy4ooX/MY8/NORaqdZkrWI9RhfA1Lb0kZMgyLcbDXFvFMv17PFqn2Bjs32jvJXC1o1Fjwmnb2xMEPFwLeIc18OH+oNKU37zj0A3p78PWdI2nOxEpYLzHty7s+jumHIGaBUsb5C+/+kvhEFRZPNW4AFMmJcTu2cSwd2i4ffAC9LF/q5xxsNSoOsRHipj1y9dRdnxoPH5RL1DF1sE4DWYcCqSQy5cLKY8JZb3M3xI7spOz4+Y5m28YrnYCIHPLqcwIDAQAB",
  "default_locale": "en",
  "optional_permissions": [],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://bots-boe.bytedance.net/*",
      "https://bots.bytedance.net/*",
      "https://bots.byteintl.net/*",
      "https://www.coze.com/*",
      "https://www.coze.cn/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://not-exist-domain.coze.com:12345/*"
      ],
      "resources": [
        "contents.4ad4e68a.css",
        "contents.61636651.css",
        "contents.aff496fb.css",
        "contents.f30293bf.css",
        "contents.25a45168.css",
        "contents.c4bf7049.css",
        "contents.79d5da53.css",
        "contents.2fee707b.css"
      ]
    }
  ]
}