weReaDou

weReaDou

✳️ 在豆瓣中显示微信读书的可读状态

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "weReaDou",
  "description": "✳️ 在豆瓣中显示微信读书的可读状态",
  "version": "1.2",
  "icons": {
    "16": "images/[email protected]",
    "32": "images/[email protected]",
    "48": "images/[email protected]",
    "128": "images/[email protected]"
  },
  "author": "sorosliu",
  "homepage_url": "https://github.com/Sorosliu1029/weReaDou",
  "content_scripts": [
    {
      "matches": [
        "https://book.douban.com/subject/*"
      ],
      "js": [
        "js/vendor.js",
        "js/content_script.js"
      ]
    }
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "host_permissions": [
    "https://weread.qq.com/"
  ],
  "offline_enabled": false
}