微信网页版

更好用的微信网页版扩展,可显示未读消息,从聊天列表快速查看信息,不含任何恶意广告。

What is 微信网页版?

微信网页版 is a Chrome extension developed by Geocld, and its main feature is "更好用的微信网页版扩展,可显示未读消息,从聊天列表快速查看信息,不含任何恶意广告。".

Extension Screenshots

screenshot
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

                        网页版微信扩展,可显示未读消息,快速进入应用,不含任何恶意广告和弹窗。
1.0.2更新:修复登录后弹窗不关闭问题,优化登录界面。
2.0.0发布:使用React框架开发,为后续新功能添加做准备,修复部分错别字。
2.1.0发布:【重大更新】可以直接从扩展中查看聊天列表并快速查看消息了,UI更美观大方,让你更便捷地使用网页版微信。                    

Extension Basic Information

Name 微信网页版 微信网页版
ID bmhoidjfemadjohjpbcbdfcdfaiikfge
Official URL https://chrome.google.com/webstore/detail/%E5%BE%AE%E4%BF%A1%E7%BD%91%E9%A1%B5%E7%89%88/bmhoidjfemadjohjpbcbdfcdfaiikfge
Description 更好用的微信网页版扩展,可显示未读消息,从聊天列表快速查看信息,不含任何恶意广告。
File Size 511 KB
Installation Count 7,539
Current Version 2.1.1
Last Updated 2018-09-26
Publish Date 2018-09-26
Rating 2.87/5 Total 23 Ratings
Developer Geocld
Email [email protected]
Payment Type free
Extension Website https://github.com/Geocld/web-wechat-chrome-extension
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5fae\u4fe1\u7f51\u9875\u7248",
    "manifest_version": 2,
    "version": "2.1.1",
    "description": "\u66f4\u597d\u7528\u7684\u5fae\u4fe1\u7f51\u9875\u7248\u6269\u5c55\uff0c\u53ef\u663e\u793a\u672a\u8bfb\u6d88\u606f\uff0c\u4ece\u804a\u5929\u5217\u8868\u5feb\u901f\u67e5\u770b\u4fe1\u606f\uff0c\u4e0d\u542b\u4efb\u4f55\u6076\u610f\u5e7f\u544a\u3002",
    "icons": {
        "20": "images\/20.png",
        "19": "images\/20.png",
        "30": "images\/20.png",
        "48": "images\/20.png",
        "128": "images\/20.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/20.png",
        "default_title": "\u6b22\u8fce\u4f7f\u7528\u5fae\u4fe1\u7f51\u9875\u7248\u6269\u5c55",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "chrome\/wxobserve.js"
            ],
            "matches": [
                "*:\/\/wx.qq.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/wx.qq.com\/*"
    ],
    "homepage_url": "https:\/\/github.com\/Geocld\/web-wechat-chrome-extension",
    "web_accessible_resources": [
        "chrome\/catchChatList.js",
        "chrome\/activeChatItem.js",
        "chrome\/blurPage.js",
        "chrome\/loginOut.js"
    ]
}