微信读书增强助手

微信读书组队,获取免费体验卡;免费下载3200万册电子书

Cos'è 微信读书增强助手?

微信读书增强助手 è un'estensione di Chrome sviluppata da Lee, e la sua funzione principale è "微信读书组队,获取免费体验卡;免费下载3200万册电子书".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
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

                        组队抽取体验卡;免费查找电子书,海量电子书帮你找!海量高清电影免费下载。                    

Informazioni di Base sull'Estensione

Nome 微信读书增强助手 微信读书增强助手
ID iligdfijfnimmgblnkgnogieeemjkldf
URL Ufficiale https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E8%AF%BB%E4%B9%A6%E5%A2%9E%E5%BC%BA%E5%8A%A9%E6%89%8B/iligdfijfnimmgblnkgnogieeemjkldf
Descrizione 微信读书组队,获取免费体验卡;免费下载3200万册电子书
Dimensione del File 364 KB
Conteggio Installazioni 613
Versione Corrente 0.0.10
Ultimo Aggiornamento 2023-04-11
Data di Pubblicazione 2022-11-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Lee
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mylysddp/chrome-wreadenhance
URL della Pagina di Aiuto https://github.com/mylysddp/chrome-wreadenhance
URL della Pagina della Politica sulla Privacy https://www.privacypolicies.com/live/1f7656aa-e3fa-4948-8033-2112e39a6734
Lingue Supportate zh-CN
manifest.json
{
    "manifest_version": 3,
    "name": "\u5fae\u4fe1\u8bfb\u4e66\u589e\u5f3a\u52a9\u624b",
    "description": "\u5fae\u4fe1\u8bfb\u4e66\u7ec4\u961f\uff0c\u83b7\u53d6\u514d\u8d39\u4f53\u9a8c\u5361\uff1b\u514d\u8d39\u4e0b\u8f7d3200\u4e07\u518c\u7535\u5b50\u4e66",
    "version": "0.0.10",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}