美团R站助手

自动请求r.sankuai.com并拼接当前query,生成二维码

What is 美团R站助手?

美团R站助手 is a Chrome extension developed by zhouxingchen04, and its main feature is "自动请求r.sankuai.com并拼接当前query,生成二维码".

Extension Screenshots

screenshot

Download 美团R站助手 Extension CRX File

Download 美团R站助手 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

                        自动获取当前本机IP和路径端口,自动请求r.sankuai.com并拼接当前query,生成二维码。                    

Extension Basic Information

Name 美团R站助手 美团R站助手
ID okgbifalmchaoipheobgnffgdbjppmfc
Official URL https://chromewebstore.google.com/detail/%E7%BE%8E%E5%9B%A2r%E7%AB%99%E5%8A%A9%E6%89%8B/okgbifalmchaoipheobgnffgdbjppmfc
Description 自动请求r.sankuai.com并拼接当前query,生成二维码
File Size 842 KB
Installation Count 120
Current Version 1.2.2
Last Updated 2022-03-31
Publish Date 2021-10-24
Rating 5.00/5 Total 1 Ratings
Developer zhouxingchen04
Email [email protected]
Payment Type free
Privacy Policy Page URL http://portal-portm.meituan.com/zhouxingchen-chrome-extension-privacy-policy
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u7f8e\u56e2R\u7ad9\u52a9\u624b",
    "version": "1.2.2",
    "description": "\u81ea\u52a8\u8bf7\u6c42r.sankuai.com\u5e76\u62fc\u63a5\u5f53\u524dquery\uff0c\u751f\u6210\u4e8c\u7ef4\u7801",
    "author": "zhouxingchen04",
    "icons": {
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": []
}