微信文件传输

更便捷的微信文件传输,可直接通过小窗口传输文件,让网页版更好用!

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

                        本扩展是微信文件传输网页版扩展,旨在用户可以在浏览器任何窗口通过扩展打开文件传输窗口进行文件、文字传输,无需频繁进入网页操作。                    

Extension Basic Information

Name 微信文件传输 微信文件传输
ID mgfljdbannmjmdipmhahhaooopbfllei
Official URL https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E6%96%87%E4%BB%B6%E4%BC%A0%E8%BE%93/mgfljdbannmjmdipmhahhaooopbfllei
Description 更便捷的微信文件传输,可直接通过小窗口传输文件,让网页版更好用!
File Size 34.51 KB
Installation Count 395
Current Version 1.0.0
Last Updated 2022-06-30
Publish Date 2022-06-30
Rating 5.00/5 Total 1 Ratings
Developer Geocld
Email [email protected]
Payment Type free
Extension Website https://github.com/Geocld/wechat-file-transfer-extension
Help Page URL https://github.com/Geocld/wechat-file-transfer-extension/issues
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5fae\u4fe1\u6587\u4ef6\u4f20\u8f93",
    "manifest_version": 3,
    "version": "1.0.0",
    "author": "Geocld",
    "description": "\u66f4\u4fbf\u6377\u7684\u5fae\u4fe1\u6587\u4ef6\u4f20\u8f93\uff0c\u53ef\u76f4\u63a5\u901a\u8fc7\u5c0f\u7a97\u53e3\u4f20\u8f93\u6587\u4ef6\uff0c\u8ba9\u7f51\u9875\u7248\u66f4\u597d\u7528\uff01",
    "icons": {
        "20": "images\/20.png",
        "19": "images\/20.png",
        "30": "images\/20.png",
        "48": "images\/20.png",
        "128": "images\/128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/20.png",
        "default_title": "\u6b22\u8fce\u4f7f\u7528\u5fae\u4fe1\u6587\u4ef6\u4f20\u8f93\u6269\u5c55",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "chrome\/wxobserve.js"
            ],
            "matches": [
                "*:\/\/filehelper.weixin.qq.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/filehelper.weixin.qq.com\/*"
    ],
    "homepage_url": "https:\/\/github.com\/Geocld\/wechat-file-transfer-extension",
    "web_accessible_resources": [
        {
            "resources": [
                "chrome\/sendMessage.js",
                "chrome\/sendFile.js",
                "chrome\/catchList.js",
                "chrome\/logout.js"
            ],
            "matches": [
                "*:\/\/filehelper.weixin.qq.com\/*"
            ]
        }
    ]
}