听书助手

热门小说听书神器

Cos'è 听书助手?

听书助手 è un'estensione di Chrome sviluppata da https://weread.qnmlgb.tech, e la sua funzione principale è "热门小说听书神器".

Screenshot dell'Estensione

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

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

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

Informazioni di Base sull'Estensione

Nome 听书助手 听书助手
ID fhhmkjndbdfilefeflnklkjhijikpdah
URL Ufficiale https://chromewebstore.google.com/detail/%E5%90%AC%E4%B9%A6%E5%8A%A9%E6%89%8B/fhhmkjndbdfilefeflnklkjhijikpdah
Descrizione 热门小说听书神器
Dimensione del File 78.95 KB
Conteggio Installazioni 218
Versione Corrente 0.0.2
Ultimo Aggiornamento 2020-03-25
Data di Pubblicazione 2020-03-25
Sviluppatore https://weread.qnmlgb.tech
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://webook.qnmlgb.tech
Lingue Supportate 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'"
}