微信读书助手

微信读书助手,浏览公众号、听书、一键组队、导出备份笔记

What is 微信读书助手?

微信读书助手 is a Chrome extension developed by https://qnmlgb.tech, and its main feature is "微信读书助手,浏览公众号、听书、一键组队、导出备份笔记".

Extension Screenshots

screenshot
screenshot

Download 微信读书助手 Extension CRX File

Download 微信读书助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        微信读书助手

------------------------------
v0.0.2
🍺 获取vid信息
⚡️ 提供一键组队、查看浏览书架
------------------------------
v0.0.1
👏 项目启动
------------------------------                    

Extension Basic Information

Name 微信读书助手 微信读书助手
ID ekpegdfbihlbocepglfimeodnpiohcba
Official URL https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E8%AF%BB%E4%B9%A6%E5%8A%A9%E6%89%8B/ekpegdfbihlbocepglfimeodnpiohcba
Description 微信读书助手,浏览公众号、听书、一键组队、导出备份笔记
File Size 349 KB
Installation Count 20,000
Current Version 0.0.27
Last Updated 2022-05-15
Publish Date 2020-05-31
Rating 4.02/5 Total 50 Ratings
Developer https://qnmlgb.tech
Email [email protected]
Payment Type free
Extension Website https://weread.qnmlgb.tech
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5fae\u4fe1\u8bfb\u4e66\u52a9\u624b",
    "version": "0.0.27",
    "manifest_version": 2,
    "description": "\u5fae\u4fe1\u8bfb\u4e66\u52a9\u624b\uff0c\u6d4f\u89c8\u516c\u4f17\u53f7\u3001\u542c\u4e66\u3001\u4e00\u952e\u7ec4\u961f\u3001\u5bfc\u51fa\u5907\u4efd\u7b14\u8bb0",
    "homepage_url": "https:\/\/weread.qnmlgb.tech",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "zh_CN",
    "options_page": "src\/options.html",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "permissions": [
        "storage",
        "cookies",
        "*:\/\/i.weread.qq.com\/*",
        "*:\/\/weread.qq.com\/*",
        "*:\/\/r.qq.com\/*",
        "ttsEngine",
        "tts",
        "*:\/\/*.qnmlgb.tech\/*",
        "*:\/\/*.file.myqcloud.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "src\/notehub\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/weread.qq.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/lodash.min.js",
                "src\/ui.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-NeK5uABt0EHXknKz0Fuhb7a5Zbb44aQ0yGE+wP\/uoBo='; object-src 'self'"
}