微信读书增强助手

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

微信读书增强助手คืออะไร?

微信读书增强助手 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lee และคุณลักษณะหลักของมันคือ "微信读书组队,获取免费体验卡;免费下载3200万册电子书"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 微信读书增强助手

ดาวน์โหลดไฟล์ส่วนขยาย 微信读书增强助手 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 微信读书增强助手 微信读书增强助手
ID iligdfijfnimmgblnkgnogieeemjkldf
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
คำอธิบาย 微信读书组队,获取免费体验卡;免费下载3200万册电子书
ขนาดไฟล์ 364 KB
จำนวนการติดตั้ง 613
เวอร์ชันปัจจุบัน 0.0.10
อัปเดตครั้งล่าสุด 2023-04-11
วันที่เผยแพร่ 2022-11-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Lee
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mylysddp/chrome-wreadenhance
URL หน้าช่วยเหลือ https://github.com/mylysddp/chrome-wreadenhance
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicies.com/live/1f7656aa-e3fa-4948-8033-2112e39a6734
ภาษาที่รองรับ 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"
}