X情报查询助手

X情报查询助手

鼠标上的情报专家。简化查询流程,提升分析效率。步刻科技有限公司出品

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "X情报查询助手",
  "version": "1.2.1",
  "description": "鼠标上的情报专家。简化查询流程,提升分析效率。步刻科技有限公司出品",
  "icons": {
    "16": "images/[email protected]",
    "48": "images/[email protected]",
    "128": "images/[email protected]"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "minimum_chrome_version": "88",
  "action": {
    "default_icon": "images/[email protected]",
    "default_title": "X情报查询助手",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "homepage_url": "https://x.threatbook.com",
  "web_accessible_resources": [
    {
      "resources": [
        "/images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}