微信读书增强助手

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

Wat is 微信读书增强助手?

微信读书增强助手 is een Chrome-extensie ontwikkeld door Lee, en de belangrijkste functie is "微信读书组队,获取免费体验卡;免费下载3200万册电子书".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 微信读书增强助手

Download 微信读书增强助手-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam 微信读书增强助手 微信读书增强助手
ID iligdfijfnimmgblnkgnogieeemjkldf
Officiële URL 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
Beschrijving 微信读书组队,获取免费体验卡;免费下载3200万册电子书
Bestandsgrootte 364 KB
Aantal Installaties 613
Huidige Versie 0.0.10
Laatst Bijgewerkt 2023-04-11
Publicatiedatum 2022-11-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Lee
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mylysddp/chrome-wreadenhance
Help Pagina-URL https://github.com/mylysddp/chrome-wreadenhance
URL van de Privacybeleid Pagina https://www.privacypolicies.com/live/1f7656aa-e3fa-4948-8033-2112e39a6734
Ondersteunde Talen 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"
}