微信读书小助手

微信读书小助手

网页版微信读书记住上次阅读位置

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "微信读书小助手",
  "description": "网页版微信读书记住上次阅读位置",
  "version": "0.1.1",
  "homepage_url": "http://www.antplugin.com",
  "browser_action": {
    "default_icon": "icon128_gray.png",
    "default_title": "微信读书小助手 - antplugin.com",
    "default_popup": "index.html"
  },
  "permissions": [
    "https://weread.qq.com/*",
    "https://res.wx.qq.com/*",
    "background",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com 'sha256-7B2jPKIP79DtlRTCKaDT4ySQ9J7d2vEzRqThlsY5khA='; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "https://weread.qq.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "icon.png"
  ],
  "icons": {
    "16": "icon128.png",
    "48": "icon128.png",
    "128": "icon128.png"
  }
}