微信读书助手

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

微信读书助手란 무엇입니까?

微信读书助手은(는) https://qnmlgb.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "微信读书助手,浏览公众号、听书、一键组队、导出备份笔记"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

微信读书助手 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        微信读书助手

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

확장 프로그램 기본 정보

이름 微信读书助手 微信读书助手
ID ekpegdfbihlbocepglfimeodnpiohcba
공식 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
설명 微信读书助手,浏览公众号、听书、一键组队、导出备份笔记
파일 크기 349 KB
설치 횟수 20,000
현재 버전 0.0.27
최근 업데이트 2022-05-15
출시 날짜 2020-05-31
평점 4.02/5 총 50 개의 평점
개발자 https://qnmlgb.tech
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://weread.qnmlgb.tech
지원되는 언어 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'"
}