听书助手

热门小说听书神器

What is 听书助手?

听书助手 is a Chrome extension developed by https://weread.qnmlgb.tech, and its main feature is "热门小说听书神器".

Extension Screenshots

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

                        一款能听各个网站热门小说的插件

All in one 列表
① 笔趣阁
② 起点读书                    

Extension Basic Information

Name 听书助手 听书助手
ID fhhmkjndbdfilefeflnklkjhijikpdah
Official URL https://chromewebstore.google.com/detail/%E5%90%AC%E4%B9%A6%E5%8A%A9%E6%89%8B/fhhmkjndbdfilefeflnklkjhijikpdah
Description 热门小说听书神器
File Size 78.95 KB
Installation Count 218
Current Version 0.0.2
Last Updated 2020-03-25
Publish Date 2020-03-25
Developer https://weread.qnmlgb.tech
Email [email protected]
Payment Type free
Extension Website https://webook.qnmlgb.tech
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u542c\u4e66\u52a9\u624b",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "\u70ed\u95e8\u5c0f\u8bf4\u542c\u4e66\u795e\u5668",
    "homepage_url": "https:\/\/webook.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\/background\/bg.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "permissions": [
        "*:\/\/*.biquge.com.cn\/*",
        "*:\/\/*.qidian.com\/*",
        "*:\/\/*.zongheng.com\/*",
        "*:\/\/*.qnmlgb.tech\/*",
        "storage",
        "ttsEngine",
        "tts"
    ],
    "tts_engine": {
        "voices": [
            {
                "voice_name": "Alice",
                "lang": "en-US",
                "event_types": [
                    "start",
                    "marker",
                    "end"
                ]
            },
            {
                "voice_name": "Pat",
                "lang": "en-US",
                "event_types": [
                    "end"
                ]
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.biquge.com.cn\/*",
                "*:\/\/*.qidian.com\/*",
                "*:\/\/*.zongheng.com\/*"
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/lodash.min.js",
                "src\/ui.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-NeK5uABt0EHXknKz0Fuhb7a5Zbb44aQ0yGE+wP\/uoBo='; object-src 'self'"
}