微信读书助手

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

Cos'è 微信读书助手?

微信读书助手 è un'estensione di Chrome sviluppata da https://qnmlgb.tech, e la sua funzione principale è "微信读书助手,浏览公众号、听书、一键组队、导出备份笔记".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 微信读书助手

Scarica i file di estensione 微信读书助手 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        微信读书助手

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

Informazioni di Base sull'Estensione

Nome 微信读书助手 微信读书助手
ID ekpegdfbihlbocepglfimeodnpiohcba
URL Ufficiale https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E8%AF%BB%E4%B9%A6%E5%8A%A9%E6%89%8B/ekpegdfbihlbocepglfimeodnpiohcba
Descrizione 微信读书助手,浏览公众号、听书、一键组队、导出备份笔记
Dimensione del File 349 KB
Conteggio Installazioni 20,000
Versione Corrente 0.0.27
Ultimo Aggiornamento 2022-05-15
Data di Pubblicazione 2020-05-31
Valutazione 4.02/5 Totale 50 Valutazioni
Sviluppatore https://qnmlgb.tech
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://weread.qnmlgb.tech
Lingue Supportate 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'"
}