微读

微信群发文章采集

What is 微读?

微读 is a Chrome extension developed by wufei, and its main feature is "微信群发文章采集".

Extension Screenshots

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

                        微信公众号文章采集工具,可以方便运营者自由的管理自己的群发文章。                    

Extension Basic Information

Name 微读 微读
ID fhglbnacoedeppmcealcbcdjnmopdmba
Official URL https://chromewebstore.google.com/detail/%E5%BE%AE%E8%AF%BB/fhglbnacoedeppmcealcbcdjnmopdmba
Description 微信群发文章采集
File Size 16.69 KB
Installation Count 45
Current Version 2.2.1
Last Updated 2023-09-22
Publish Date 2018-02-01
Rating 5.00/5 Total 1 Ratings
Developer wufei
Email [email protected]
Payment Type free
Extension Website https://wd.yunban.cn
Help Page URL https://wd.yunban.cn
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5fae\u8bfb",
    "version": "2.2.1",
    "manifest_version": 3,
    "description": "\u5fae\u4fe1\u7fa4\u53d1\u6587\u7ae0\u91c7\u96c6",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mp.weixin.qq.com\/cgi-bin\/home?t=home*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/wd.yunban.cn\/*"
    ],
    "permissions": [
        "storage"
    ]
}