微读

微读

微信群发文章采集

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "微读",
  "version": "2.2.1",
  "manifest_version": 3,
  "description": "微信群发文章采集",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mp.weixin.qq.com/cgi-bin/home?t=home*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "https://wd.yunban.cn/*"
  ],
  "permissions": [
    "storage"
  ]
}